Html Css Color HEX #0380B6 Cerulean

📋 copy color: '#0380B6'

red 3 ◦ green 128 ◦ blue 182

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

Shades of Cerulean #0380B6

Tints of Cerulean #0380B6

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.89%

 BLUE value IS 182 (71.48% from 255) = 58.15%

R = 0.96%
G = 40.89%
B = 58.15%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0380B6 (or 0x0380B6) is known color: Cerulean. HEX triplet: 03, 80 and B6. RGB value is (3,128,182). Sum of RGB (Red+Green+Blue) = 3+128+182=313 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 182 (71.48% from 255 or 58.15% from 313); Max value from RGB is 182 - color contains mainly: blue. Hex color #0380B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0380B6 is #FC7F49. Grayscale: #606060. Windows color (decimal): -16547658 or 11960323. OLE color: 11960323.

HSL color Cylindrical-coordinate representation of color #0380B6: hue angle of 198.1º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0380B6 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 3 128 182 -
CMYK 0.98 0.30 0 0.29
HSL 198.1º 0.97% 0.36% -
HSV(B) 198.1º 0.98% 0.71% -
XYZ 16.2 18.84 47.04 -
YUV 96.78 176.09 61.11 -
System Red Green Blue C M Y K H S L
Decimal 3 128 182 0.98 0.30 0 0.29 198.1 0.97 0.36
Hex 3 80 B6 62 1E 0 1D C6 61 24
Octal 3 200 266 142 36 0 35 306 141 44
Binary 11 10000000 10110110 1100010 11110 0 11101 11000110 1100001 100100

Color Harmonies of #0380B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0380B6

Black with #0380B6

Text Example


Text Example

White with #0380B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0380B6; }

 p { color: rgb(3,128,182); }

 H1.HeaderClassName
 {
   color: #0380B6;
 }
 .AnyTagClassName
 {
   color: #0380B6;
 }
</style>

background-color css

<style>
 a { background-color: #0380B6; }

 a { background-color: rgb(3,128,182); }

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

border-color css

<style>
 span { border-color: #0380B6; }

 span { border-color: rgb(3,128,182); }

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