Html Css Color HEX #0266AC Cerulean

📋 copy color: '#0266AC'

red 2 ◦ green 102 ◦ blue 172

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

Shades of Cerulean #0266AC

Tints of Cerulean #0266AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 62.32%

R = 0.72%
G = 36.96%
B = 62.32%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0266AC (or 0x0266AC) is known color: Cerulean. HEX triplet: 02, 66 and AC. RGB value is (2,102,172). Sum of RGB (Red+Green+Blue) = 2+102+172=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #0266AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0266AC is #FD9953. Grayscale: #4F4F4F. Windows color (decimal): -16619860 or 11298306. OLE color: 11298306.

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

Color convert

RGB 2 102 172 -
CMYK 0.99 0.41 0 0.33
HSL 204.71º 0.98% 0.34% -
HSV(B) 204.71º 0.99% 0.67% -
XYZ 12.22 12.49 40.8 -
YUV 80.08 179.87 72.31 -
System Red Green Blue C M Y K H S L
Decimal 2 102 172 0.99 0.41 0 0.33 204.71 0.98 0.34
Hex 2 66 AC 63 29 0 21 CD 62 22
Octal 2 146 254 143 51 0 41 315 142 42
Binary 10 1100110 10101100 1100011 101001 0 100001 11001101 1100010 100010

Color Harmonies of #0266AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0266AC

Black with #0266AC

Text Example


Text Example

White with #0266AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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