Html Css Color HEX #006690 Cerulean

📋 copy color: '#006690'

red 0 ◦ green 102 ◦ blue 144

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

Shades of Cerulean #006690

Tints of Cerulean #006690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 58.54%

R = 0%
G = 41.46%
B = 58.54%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#006690 (or 0x006690) is known color: Cerulean. HEX triplet: 00, 66 and 90. RGB value is (0,102,144). Sum of RGB (Red+Green+Blue) = 0+102+144=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #006690 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006690 is #FF996F. Grayscale: #4C4C4C. Windows color (decimal): -16750960 or 9463296. OLE color: 9463296.

HSL color Cylindrical-coordinate representation of color #006690: hue angle of 197.5º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006690 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 102 144 -
CMYK 1 0.29 0 0.44
HSL 197.5º 1% 0.28% -
HSV(B) 197.5º 1% 0.56% -
XYZ 9.79 11.52 28.09 -
YUV 76.29 166.21 73.58 -
System Red Green Blue C M Y K H S L
Decimal 0 102 144 1 0.29 0 0.44 197.5 1 0.28
Hex 0 66 90 64 1D 0 2C C6 64 1C
Octal 0 146 220 144 35 0 54 306 144 34
Binary 0 1100110 10010000 1100100 11101 0 101100 11000110 1100100 11100

Color Harmonies of #006690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006690

Black with #006690

Text Example


Text Example

White with #006690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006690; }

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

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

background-color css

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

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

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

border-color css

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

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

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