Html Css Color HEX #006D95 Cerulean

📋 copy color: '#006D95'

red 0 ◦ green 109 ◦ blue 149

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

Shades of Cerulean #006D95

Tints of Cerulean #006D95

RGB

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

 GREEN value IS 109 (42.97% from 255) = 42.25%

 BLUE value IS 149 (58.59% from 255) = 57.75%

R = 0%
G = 42.25%
B = 57.75%

CMYK

 C value IS 1

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#006D95 (or 0x006D95) is known color: Cerulean. HEX triplet: 00, 6D and 95. RGB value is (0,109,149). Sum of RGB (Red+Green+Blue) = 0+109+149=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 109 (42.97% from 255 or 42.25% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #006D95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006D95 is #FF926A. Grayscale: #505050. Windows color (decimal): -16749163 or 9792768. OLE color: 9792768.

HSL color Cylindrical-coordinate representation of color #006D95: hue angle of 196.11º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006D95 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 109 149 -
CMYK 1 0.27 0 0.42
HSL 196.11º 1% 0.29% -
HSV(B) 196.11º 1% 0.58% -
XYZ 10.89 13.11 30.39 -
YUV 80.97 166.39 70.25 -
System Red Green Blue C M Y K H S L
Decimal 0 109 149 1 0.27 0 0.42 196.11 1 0.29
Hex 0 6D 95 64 1B 0 2A C4 64 1D
Octal 0 155 225 144 33 0 52 304 144 35
Binary 0 1101101 10010101 1100100 11011 0 101010 11000100 1100100 11101

Color Harmonies of #006D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006D95

Black with #006D95

Text Example


Text Example

White with #006D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,109,149); }

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

background-color css

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

 a { background-color: rgb(0,109,149); }

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

border-color css

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

 span { border-color: rgb(0,109,149); }

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