Html Css Color HEX #006F8E Cerulean

📋 copy color: '#006F8E'

red 0 ◦ green 111 ◦ blue 142

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

Shades of Cerulean #006F8E

Tints of Cerulean #006F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 56.13%

R = 0%
G = 43.87%
B = 56.13%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#006F8E (or 0x006F8E) is known color: Cerulean. HEX triplet: 00, 6F and 8E. RGB value is (0,111,142). Sum of RGB (Red+Green+Blue) = 0+111+142=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 111 (43.75% from 255 or 43.87% from 253); Blue value is 142 (55.86% from 255 or 56.13% from 253); Max value from RGB is 142 - color contains mainly: blue. Hex color #006F8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006F8E is #FF9071. Grayscale: #515151. Windows color (decimal): -16748658 or 9334528. OLE color: 9334528.

HSL color Cylindrical-coordinate representation of color #006F8E: hue angle of 193.1º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F8E is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 111 142 -
CMYK 1 0.22 0 0.44
HSL 193.1º 1% 0.28% -
HSV(B) 193.1º 1% 0.56% -
XYZ 10.57 13.32 27.61 -
YUV 81.35 162.23 69.98 -
System Red Green Blue C M Y K H S L
Decimal 0 111 142 1 0.22 0 0.44 193.1 1 0.28
Hex 0 6F 8E 64 16 0 2C C1 64 1C
Octal 0 157 216 144 26 0 54 301 144 34
Binary 0 1101111 10001110 1100100 10110 0 101100 11000001 1100100 11100

Color Harmonies of #006F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F8E

Black with #006F8E

Text Example


Text Example

White with #006F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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