Html Css Color HEX #006395 Cerulean

📋 copy color: '#006395'

red 0 ◦ green 99 ◦ blue 149

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

Shades of Cerulean #006395

Tints of Cerulean #006395

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.92%

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

R = 0%
G = 39.92%
B = 60.08%

CMYK

 C value IS 1

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#006395 (or 0x006395) is known color: Cerulean. HEX triplet: 00, 63 and 95. RGB value is (0,99,149). Sum of RGB (Red+Green+Blue) = 0+99+149=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #006395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006395 is #FF9C6A. Grayscale: #4A4A4A. Windows color (decimal): -16751723 or 9790208. OLE color: 9790208.

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

Color convert

RGB 0 99 149 -
CMYK 1 0.34 0 0.42
HSL 200.13º 1% 0.29% -
HSV(B) 200.13º 1% 0.58% -
XYZ 9.89 11.09 30.05 -
YUV 75.1 169.7 74.43 -
System Red Green Blue C M Y K H S L
Decimal 0 99 149 1 0.34 0 0.42 200.13 1 0.29
Hex 0 63 95 64 22 0 2A C8 64 1D
Octal 0 143 225 144 42 0 52 310 144 35
Binary 0 1100011 10010101 1100100 100010 0 101010 11001000 1100100 11101

Color Harmonies of #006395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006395

Black with #006395

Text Example


Text Example

White with #006395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006395; }

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

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

background-color css

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

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

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

border-color css

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

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

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