Html Css Color HEX #006F95 Cerulean

📋 copy color: '#006F95'

red 0 ◦ green 111 ◦ blue 149

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

Shades of Cerulean #006F95

Tints of Cerulean #006F95

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.69%

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

R = 0%
G = 42.69%
B = 57.31%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#006F95 (or 0x006F95) is known color: Cerulean. HEX triplet: 00, 6F and 95. RGB value is (0,111,149). Sum of RGB (Red+Green+Blue) = 0+111+149=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 111 (43.75% from 255 or 42.69% from 260); Blue value is 149 (58.59% from 255 or 57.31% from 260); Max value from RGB is 149 - color contains mainly: blue. Hex color #006F95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006F95 is #FF906A. Grayscale: #515151. Windows color (decimal): -16748651 or 9793280. OLE color: 9793280.

HSL color Cylindrical-coordinate representation of color #006F95: hue angle of 195.3º 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 #006F95 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 111 149 -
CMYK 1 0.26 0 0.42
HSL 195.3º 1% 0.29% -
HSV(B) 195.3º 1% 0.58% -
XYZ 11.11 13.54 30.46 -
YUV 82.14 165.73 69.41 -
System Red Green Blue C M Y K H S L
Decimal 0 111 149 1 0.26 0 0.42 195.3 1 0.29
Hex 0 6F 95 64 1A 0 2A C3 64 1D
Octal 0 157 225 144 32 0 52 303 144 35
Binary 0 1101111 10010101 1100100 11010 0 101010 11000011 1100100 11101

Color Harmonies of #006F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F95

Black with #006F95

Text Example


Text Example

White with #006F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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