Html Css Color HEX #0383CB Pacific Blue

📋 copy color: '#0383CB'

red 3 ◦ green 131 ◦ blue 203

#0383CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #0383CB

Tints of Pacific Blue #0383CB

RGB

 RED value IS 3 (1.56% from 255) = 0.89%

 GREEN value IS 131 (51.56% from 255) = 38.87%

 BLUE value IS 203 (79.69% from 255) = 60.24%

R = 0.89%
G = 38.87%
B = 60.24%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0383CB (or 0x0383CB) is known color: Pacific Blue. HEX triplet: 03, 83 and CB. RGB value is (3,131,203). Sum of RGB (Red+Green+Blue) = 3+131+203=337 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #0383CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0383CB is #FC7C34. Grayscale: #646464. Windows color (decimal): -16546869 or 13337347. OLE color: 13337347.

HSL color Cylindrical-coordinate representation of color #0383CB: hue angle of 201.6º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0383CB is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 131 203 -
CMYK 0.99 0.35 0 0.20
HSL 201.6º 0.97% 0.4% -
HSV(B) 201.6º 0.99% 0.8% -
XYZ 18.93 20.56 59.47 -
YUV 100.94 185.59 58.15 -
System Red Green Blue C M Y K H S L
Decimal 3 131 203 0.99 0.35 0 0.20 201.6 0.97 0.4
Hex 3 83 CB 63 23 0 14 CA 61 28
Octal 3 203 313 143 43 0 24 312 141 50
Binary 11 10000011 11001011 1100011 100011 0 10100 11001010 1100001 101000

Color Harmonies of #0383CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0383CB

Black with #0383CB

Text Example


Text Example

White with #0383CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0383CB; }

 p { color: rgb(3,131,203); }

 H1.HeaderClassName
 {
   color: #0383CB;
 }
 .AnyTagClassName
 {
   color: #0383CB;
 }
</style>

background-color css

<style>
 a { background-color: #0383CB; }

 a { background-color: rgb(3,131,203); }

 div.DivClassName
 {
   background-color: #0383CB;
 }
 .BgClassName
 {
   background-color: #0383CB;
 }
</style>

border-color css

<style>
 span { border-color: #0383CB; }

 span { border-color: rgb(3,131,203); }

 td.TdClassName
 {
   border-color: #0383CB;
 }
 .TagClassName
 {
   border-color: #0383CB;
 }
</style>