Html Css Color HEX #006B8E Cerulean

📋 copy color: '#006B8E'

red 0 ◦ green 107 ◦ blue 142

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

Shades of Cerulean #006B8E

Tints of Cerulean #006B8E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 42.97%

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

R = 0%
G = 42.97%
B = 57.03%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#006B8E (or 0x006B8E) is known color: Cerulean. HEX triplet: 00, 6B and 8E. RGB value is (0,107,142). Sum of RGB (Red+Green+Blue) = 0+107+142=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 107 (42.19% from 255 or 42.97% from 249); Blue value is 142 (55.86% from 255 or 57.03% from 249); Max value from RGB is 142 - color contains mainly: blue. Hex color #006B8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006B8E is #FF9471. Grayscale: #4E4E4E. Windows color (decimal): -16749682 or 9333504. OLE color: 9333504.

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

Color convert

RGB 0 107 142 -
CMYK 1 0.25 0 0.44
HSL 194.79º 1% 0.28% -
HSV(B) 194.79º 1% 0.56% -
XYZ 10.14 12.47 27.46 -
YUV 79 163.55 71.65 -
System Red Green Blue C M Y K H S L
Decimal 0 107 142 1 0.25 0 0.44 194.79 1 0.28
Hex 0 6B 8E 64 19 0 2C C3 64 1C
Octal 0 153 216 144 31 0 54 303 144 34
Binary 0 1101011 10001110 1100100 11001 0 101100 11000011 1100100 11100

Color Harmonies of #006B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006B8E

Black with #006B8E

Text Example


Text Example

White with #006B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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