Html Css Color HEX #006995 Cerulean

📋 copy color: '#006995'

red 0 ◦ green 105 ◦ blue 149

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

Shades of Cerulean #006995

Tints of Cerulean #006995

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.34%

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

R = 0%
G = 41.34%
B = 58.66%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#006995 (or 0x006995) is known color: Cerulean. HEX triplet: 00, 69 and 95. RGB value is (0,105,149). Sum of RGB (Red+Green+Blue) = 0+105+149=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #006995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006995 is #FF966A. Grayscale: #4E4E4E. Windows color (decimal): -16750187 or 9791744. OLE color: 9791744.

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

Color convert

RGB 0 105 149 -
CMYK 1 0.30 0 0.42
HSL 197.72º 1% 0.29% -
HSV(B) 197.72º 1% 0.58% -
XYZ 10.48 12.27 30.25 -
YUV 78.62 167.71 71.92 -
System Red Green Blue C M Y K H S L
Decimal 0 105 149 1 0.30 0 0.42 197.72 1 0.29
Hex 0 69 95 64 1E 0 2A C6 64 1D
Octal 0 151 225 144 36 0 52 306 144 35
Binary 0 1101001 10010101 1100100 11110 0 101010 11000110 1100100 11101

Color Harmonies of #006995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006995

Black with #006995

Text Example


Text Example

White with #006995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006995; }

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

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

background-color css

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

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

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

border-color css

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

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

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