Html Css Color HEX #006B95 Cerulean

📋 copy color: '#006B95'

red 0 ◦ green 107 ◦ blue 149

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

Shades of Cerulean #006B95

Tints of Cerulean #006B95

RGB

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

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

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

R = 0%
G = 41.8%
B = 58.2%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#006B95 (or 0x006B95) is known color: Cerulean. HEX triplet: 00, 6B and 95. RGB value is (0,107,149). Sum of RGB (Red+Green+Blue) = 0+107+149=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 107 (42.19% from 255 or 41.80% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #006B95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006B95 is #FF946A. Grayscale: #4F4F4F. Windows color (decimal): -16749675 or 9792256. OLE color: 9792256.

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

Color convert

RGB 0 107 149 -
CMYK 1 0.28 0 0.42
HSL 196.91º 1% 0.29% -
HSV(B) 196.91º 1% 0.58% -
XYZ 10.68 12.69 30.32 -
YUV 79.8 167.05 71.08 -
System Red Green Blue C M Y K H S L
Decimal 0 107 149 1 0.28 0 0.42 196.91 1 0.29
Hex 0 6B 95 64 1C 0 2A C5 64 1D
Octal 0 153 225 144 34 0 52 305 144 35
Binary 0 1101011 10010101 1100100 11100 0 101010 11000101 1100100 11101

Color Harmonies of #006B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006B95

Black with #006B95

Text Example


Text Example

White with #006B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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