Html Css Color HEX #0269AE Cerulean

📋 copy color: '#0269AE'

red 2 ◦ green 105 ◦ blue 174

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

Shades of Cerulean #0269AE

Tints of Cerulean #0269AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 61.92%

R = 0.71%
G = 37.37%
B = 61.92%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0269AE (or 0x0269AE) is known color: Cerulean. HEX triplet: 02, 69 and AE. RGB value is (2,105,174). Sum of RGB (Red+Green+Blue) = 2+105+174=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 174 (68.36% from 255 or 61.92% from 281); Max value from RGB is 174 - color contains mainly: blue. Hex color #0269AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0269AE is #FD9651. Grayscale: #515151. Windows color (decimal): -16619090 or 11430146. OLE color: 11430146.

HSL color Cylindrical-coordinate representation of color #0269AE: hue angle of 204.07º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0269AE is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 2 105 174 -
CMYK 0.99 0.40 0 0.32
HSL 204.07º 0.98% 0.35% -
HSV(B) 204.07º 0.99% 0.68% -
XYZ 12.72 13.17 41.92 -
YUV 82.07 179.88 70.89 -
System Red Green Blue C M Y K H S L
Decimal 2 105 174 0.99 0.40 0 0.32 204.07 0.98 0.35
Hex 2 69 AE 63 28 0 20 CC 62 23
Octal 2 151 256 143 50 0 40 314 142 43
Binary 10 1101001 10101110 1100011 101000 0 100000 11001100 1100010 100011

Color Harmonies of #0269AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0269AE

Black with #0269AE

Text Example


Text Example

White with #0269AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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