Html Css Color HEX #006F94 Cerulean

📋 copy color: '#006F94'

red 0 ◦ green 111 ◦ blue 148

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

Shades of Cerulean #006F94

Tints of Cerulean #006F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 57.14%

R = 0%
G = 42.86%
B = 57.14%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#006F94 (or 0x006F94) is known color: Cerulean. HEX triplet: 00, 6F and 94. RGB value is (0,111,148). Sum of RGB (Red+Green+Blue) = 0+111+148=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 111 (43.75% from 255 or 42.86% from 259); Blue value is 148 (58.20% from 255 or 57.14% from 259); Max value from RGB is 148 - color contains mainly: blue. Hex color #006F94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006F94 is #FF906B. Grayscale: #515151. Windows color (decimal): -16748652 or 9727744. OLE color: 9727744.

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

Color convert

RGB 0 111 148 -
CMYK 1 0.25 0 0.42
HSL 195º 1% 0.29% -
HSV(B) 195º 1% 0.58% -
XYZ 11.03 13.51 30.04 -
YUV 82.03 165.23 69.49 -
System Red Green Blue C M Y K H S L
Decimal 0 111 148 1 0.25 0 0.42 195 1 0.29
Hex 0 6F 94 64 19 0 2A C3 64 1D
Octal 0 157 224 144 31 0 52 303 144 35
Binary 0 1101111 10010100 1100100 11001 0 101010 11000011 1100100 11101

Color Harmonies of #006F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F94

Black with #006F94

Text Example


Text Example

White with #006F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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