Html Css Color HEX #006493 Cerulean

📋 copy color: '#006493'

red 0 ◦ green 100 ◦ blue 147

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

Shades of Cerulean #006493

Tints of Cerulean #006493

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.49%

 BLUE value IS 147 (57.81% from 255) = 59.51%

R = 0%
G = 40.49%
B = 59.51%

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

#006493 (or 0x006493) is known color: Cerulean. HEX triplet: 00, 64 and 93. RGB value is (0,100,147). Sum of RGB (Red+Green+Blue) = 0+100+147=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 147 (57.81% from 255 or 59.51% from 247); Max value from RGB is 147 - color contains mainly: blue. Hex color #006493 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006493 is #FF9B6C. Grayscale: #4B4B4B. Windows color (decimal): -16751469 or 9659392. OLE color: 9659392.

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

Color convert

RGB 0 100 147 -
CMYK 1 0.32 0 0.42
HSL 199.18º 1% 0.29% -
HSV(B) 199.18º 1% 0.58% -
XYZ 9.82 11.22 29.25 -
YUV 75.46 168.37 74.18 -
System Red Green Blue C M Y K H S L
Decimal 0 100 147 1 0.32 0 0.42 199.18 1 0.29
Hex 0 64 93 64 20 0 2A C7 64 1D
Octal 0 144 223 144 40 0 52 307 144 35
Binary 0 1100100 10010011 1100100 100000 0 101010 11000111 1100100 11101

Color Harmonies of #006493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006493

Black with #006493

Text Example


Text Example

White with #006493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006493; }

 p { color: rgb(0,100,147); }

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

background-color css

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

 a { background-color: rgb(0,100,147); }

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

border-color css

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

 span { border-color: rgb(0,100,147); }

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