Html Css Color HEX #0266AB Cerulean

📋 copy color: '#0266AB'

red 2 ◦ green 102 ◦ blue 171

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

Shades of Cerulean #0266AB

Tints of Cerulean #0266AB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.09%

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

R = 0.73%
G = 37.09%
B = 62.18%

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

#0266AB (or 0x0266AB) is known color: Cerulean. HEX triplet: 02, 66 and AB. RGB value is (2,102,171). Sum of RGB (Red+Green+Blue) = 2+102+171=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #0266AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0266AB is #FD9954. Grayscale: #4F4F4F. Windows color (decimal): -16619861 or 11232770. OLE color: 11232770.

HSL color Cylindrical-coordinate representation of color #0266AB: hue angle of 204.5º 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 #0266AB is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 102 171 -
CMYK 0.99 0.40 0 0.33
HSL 204.5º 0.98% 0.34% -
HSV(B) 204.5º 0.99% 0.67% -
XYZ 12.13 12.46 40.29 -
YUV 79.97 179.37 72.39 -
System Red Green Blue C M Y K H S L
Decimal 2 102 171 0.99 0.40 0 0.33 204.5 0.98 0.34
Hex 2 66 AB 63 28 0 21 CC 62 22
Octal 2 146 253 143 50 0 41 314 142 42
Binary 10 1100110 10101011 1100011 101000 0 100001 11001100 1100010 100010

Color Harmonies of #0266AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0266AB

Black with #0266AB

Text Example


Text Example

White with #0266AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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