Html Css Color HEX #006695 Cerulean

📋 copy color: '#006695'

red 0 ◦ green 102 ◦ blue 149

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

Shades of Cerulean #006695

Tints of Cerulean #006695

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.64%

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

R = 0%
G = 40.64%
B = 59.36%

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

#006695 (or 0x006695) is known color: Cerulean. HEX triplet: 00, 66 and 95. RGB value is (0,102,149). Sum of RGB (Red+Green+Blue) = 0+102+149=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #006695 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006695 is #FF996A. Grayscale: #4C4C4C. Windows color (decimal): -16750955 or 9790976. OLE color: 9790976.

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

Color convert

RGB 0 102 149 -
CMYK 1 0.32 0 0.42
HSL 198.93º 1% 0.29% -
HSV(B) 198.93º 1% 0.58% -
XYZ 10.18 11.67 30.15 -
YUV 76.86 168.71 73.18 -
System Red Green Blue C M Y K H S L
Decimal 0 102 149 1 0.32 0 0.42 198.93 1 0.29
Hex 0 66 95 64 20 0 2A C7 64 1D
Octal 0 146 225 144 40 0 52 307 144 35
Binary 0 1100110 10010101 1100100 100000 0 101010 11000111 1100100 11101

Color Harmonies of #006695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006695

Black with #006695

Text Example


Text Example

White with #006695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006695; }

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

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

background-color css

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

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

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

border-color css

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

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

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