Html Css Color HEX #006594 Cerulean

📋 copy color: '#006594'

red 0 ◦ green 101 ◦ blue 148

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

Shades of Cerulean #006594

Tints of Cerulean #006594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 59.44%

R = 0%
G = 40.56%
B = 59.44%

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

#006594 (or 0x006594) is known color: Cerulean. HEX triplet: 00, 65 and 94. RGB value is (0,101,148). Sum of RGB (Red+Green+Blue) = 0+101+148=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 148 (58.20% from 255 or 59.44% from 249); Max value from RGB is 148 - color contains mainly: blue. Hex color #006594 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006594 is #FF9A6B. Grayscale: #4B4B4B. Windows color (decimal): -16751212 or 9725184. OLE color: 9725184.

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

Color convert

RGB 0 101 148 -
CMYK 1 0.32 0 0.42
HSL 199.05º 1% 0.29% -
HSV(B) 199.05º 1% 0.58% -
XYZ 10 11.45 29.7 -
YUV 76.16 168.54 73.68 -
System Red Green Blue C M Y K H S L
Decimal 0 101 148 1 0.32 0 0.42 199.05 1 0.29
Hex 0 65 94 64 20 0 2A C7 64 1D
Octal 0 145 224 144 40 0 52 307 144 35
Binary 0 1100101 10010100 1100100 100000 0 101010 11000111 1100100 11101

Color Harmonies of #006594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006594

Black with #006594

Text Example


Text Example

White with #006594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006594; }

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

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

background-color css

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

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

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

border-color css

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

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

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