Html Css Color HEX #0269AC Cerulean

📋 copy color: '#0269AC'

red 2 ◦ green 105 ◦ blue 172

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

Shades of Cerulean #0269AC

Tints of Cerulean #0269AC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.63%

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

R = 0.72%
G = 37.63%
B = 61.65%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0269AC (or 0x0269AC) is known color: Cerulean. HEX triplet: 02, 69 and AC. RGB value is (2,105,172). Sum of RGB (Red+Green+Blue) = 2+105+172=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 172 (67.58% from 255 or 61.65% from 279); Max value from RGB is 172 - color contains mainly: blue. Hex color #0269AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0269AC is #FD9653. Grayscale: #515151. Windows color (decimal): -16619092 or 11299074. OLE color: 11299074.

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

Color convert

RGB 2 105 172 -
CMYK 0.99 0.39 0 0.33
HSL 203.65º 0.98% 0.34% -
HSV(B) 203.65º 0.99% 0.67% -
XYZ 12.52 13.09 40.9 -
YUV 81.84 178.88 71.05 -
System Red Green Blue C M Y K H S L
Decimal 2 105 172 0.99 0.39 0 0.33 203.65 0.98 0.34
Hex 2 69 AC 63 27 0 21 CC 62 22
Octal 2 151 254 143 47 0 41 314 142 42
Binary 10 1101001 10101100 1100011 100111 0 100001 11001100 1100010 100010

Color Harmonies of #0269AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0269AC

Black with #0269AC

Text Example


Text Example

White with #0269AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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