Html Css Color HEX #006595 Cerulean

📋 copy color: '#006595'

red 0 ◦ green 101 ◦ blue 149

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

Shades of Cerulean #006595

Tints of Cerulean #006595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.4%

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

R = 0%
G = 40.4%
B = 59.6%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#006595 (or 0x006595) is known color: Cerulean. HEX triplet: 00, 65 and 95. RGB value is (0,101,149). Sum of RGB (Red+Green+Blue) = 0+101+149=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #006595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006595 is #FF9A6A. Grayscale: #4B4B4B. Windows color (decimal): -16751211 or 9790720. OLE color: 9790720.

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

Color convert

RGB 0 101 149 -
CMYK 1 0.32 0 0.42
HSL 199.33º 1% 0.29% -
HSV(B) 199.33º 1% 0.58% -
XYZ 10.08 11.48 30.12 -
YUV 76.27 169.04 73.6 -
System Red Green Blue C M Y K H S L
Decimal 0 101 149 1 0.32 0 0.42 199.33 1 0.29
Hex 0 65 95 64 20 0 2A C7 64 1D
Octal 0 145 225 144 40 0 52 307 144 35
Binary 0 1100101 10010101 1100100 100000 0 101010 11000111 1100100 11101

Color Harmonies of #006595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006595

Black with #006595

Text Example


Text Example

White with #006595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006595; }

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

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

background-color css

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

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

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

border-color css

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

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

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