Html Css Color HEX #0267AB Cerulean

📋 copy color: '#0267AB'

red 2 ◦ green 103 ◦ blue 171

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

Shades of Cerulean #0267AB

Tints of Cerulean #0267AB

RGB

 RED value IS 2 (1.17% from 255) = 0.72%

 GREEN value IS 103 (40.63% from 255) = 37.32%

 BLUE value IS 171 (67.19% from 255) = 61.96%

R = 0.72%
G = 37.32%
B = 61.96%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0267AB (or 0x0267AB) is known color: Cerulean. HEX triplet: 02, 67 and AB. RGB value is (2,103,171). Sum of RGB (Red+Green+Blue) = 2+103+171=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #0267AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0267AB is #FD9854. Grayscale: #505050. Windows color (decimal): -16619605 or 11233026. OLE color: 11233026.

HSL color Cylindrical-coordinate representation of color #0267AB: hue angle of 204.14º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0267AB is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 103 171 -
CMYK 0.99 0.40 0 0.33
HSL 204.14º 0.98% 0.34% -
HSV(B) 204.14º 0.99% 0.67% -
XYZ 12.23 12.65 40.33 -
YUV 80.55 179.04 71.97 -
System Red Green Blue C M Y K H S L
Decimal 2 103 171 0.99 0.40 0 0.33 204.14 0.98 0.34
Hex 2 67 AB 63 28 0 21 CC 62 22
Octal 2 147 253 143 50 0 41 314 142 42
Binary 10 1100111 10101011 1100011 101000 0 100001 11001100 1100010 100010

Color Harmonies of #0267AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0267AB

Black with #0267AB

Text Example


Text Example

White with #0267AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0267AB; }

 p { color: rgb(2,103,171); }

 H1.HeaderClassName
 {
   color: #0267AB;
 }
 .AnyTagClassName
 {
   color: #0267AB;
 }
</style>

background-color css

<style>
 a { background-color: #0267AB; }

 a { background-color: rgb(2,103,171); }

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

border-color css

<style>
 span { border-color: #0267AB; }

 span { border-color: rgb(2,103,171); }

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