Html Css Color HEX #006A9F Cerulean

📋 copy color: '#006A9F'

red 0 ◦ green 106 ◦ blue 159

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

Shades of Cerulean #006A9F

Tints of Cerulean #006A9F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 106 (41.8% from 255) = 40%

 BLUE value IS 159 (62.5% from 255) = 60%

R = 0%
G = 40%
B = 60%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#006A9F (or 0x006A9F) is known color: Cerulean. HEX triplet: 00, 6A and 9F. RGB value is (0,106,159). Sum of RGB (Red+Green+Blue) = 0+106+159=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 106 (41.80% from 255 or 40% from 265); Blue value is 159 (62.5% from 255 or 60% from 265); Max value from RGB is 159 - color contains mainly: blue. Hex color #006A9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006A9F is #FF9560. Grayscale: #505050. Windows color (decimal): -16749921 or 10447360. OLE color: 10447360.

HSL color Cylindrical-coordinate representation of color #006A9F: hue angle of 200º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006A9F is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 106 159 -
CMYK 1 0.33 0 0.38
HSL 200º 1% 0.31% -
HSV(B) 200º 1% 0.62% -
XYZ 11.41 12.81 34.67 -
YUV 80.35 172.38 70.69 -
System Red Green Blue C M Y K H S L
Decimal 0 106 159 1 0.33 0 0.38 200 1 0.31
Hex 0 6A 9F 64 21 0 26 C8 64 1F
Octal 0 152 237 144 41 0 46 310 144 37
Binary 0 1101010 10011111 1100100 100001 0 100110 11001000 1100100 11111

Color Harmonies of #006A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006A9F

Black with #006A9F

Text Example


Text Example

White with #006A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006A9F; }

 p { color: rgb(0,106,159); }

 H1.HeaderClassName
 {
   color: #006A9F;
 }
 .AnyTagClassName
 {
   color: #006A9F;
 }
</style>

background-color css

<style>
 a { background-color: #006A9F; }

 a { background-color: rgb(0,106,159); }

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

border-color css

<style>
 span { border-color: #006A9F; }

 span { border-color: rgb(0,106,159); }

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