Html Css Color HEX #006195 Cerulean

📋 copy color: '#006195'

red 0 ◦ green 97 ◦ blue 149

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

Shades of Cerulean #006195

Tints of Cerulean #006195

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.43%

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

R = 0%
G = 39.43%
B = 60.57%

CMYK

 C value IS 1

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#006195 (or 0x006195) is known color: Cerulean. HEX triplet: 00, 61 and 95. RGB value is (0,97,149). Sum of RGB (Red+Green+Blue) = 0+97+149=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 149 (58.59% from 255 or 60.57% from 246); Max value from RGB is 149 - color contains mainly: blue. Hex color #006195 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006195 is #FF9E6A. Grayscale: #494949. Windows color (decimal): -16752235 or 9789696. OLE color: 9789696.

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

Color convert

RGB 0 97 149 -
CMYK 1 0.35 0 0.42
HSL 200.94º 1% 0.29% -
HSV(B) 200.94º 1% 0.58% -
XYZ 9.7 10.72 29.99 -
YUV 73.93 170.36 75.27 -
System Red Green Blue C M Y K H S L
Decimal 0 97 149 1 0.35 0 0.42 200.94 1 0.29
Hex 0 61 95 64 23 0 2A C9 64 1D
Octal 0 141 225 144 43 0 52 311 144 35
Binary 0 1100001 10010101 1100100 100011 0 101010 11001001 1100100 11101

Color Harmonies of #006195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006195

Black with #006195

Text Example


Text Example

White with #006195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006195; }

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

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

background-color css

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

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

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

border-color css

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

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

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