Html Css Color HEX #006390 Cerulean

📋 copy color: '#006390'

red 0 ◦ green 99 ◦ blue 144

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

Shades of Cerulean #006390

Tints of Cerulean #006390

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.74%

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

R = 0%
G = 40.74%
B = 59.26%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#006390 (or 0x006390) is known color: Cerulean. HEX triplet: 00, 63 and 90. RGB value is (0,99,144). Sum of RGB (Red+Green+Blue) = 0+99+144=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 99 (39.06% from 255 or 40.74% from 243); Blue value is 144 (56.64% from 255 or 59.26% from 243); Max value from RGB is 144 - color contains mainly: blue. Hex color #006390 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006390 is #FF9C6F. Grayscale: #4A4A4A. Windows color (decimal): -16751728 or 9462528. OLE color: 9462528.

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

Color convert

RGB 0 99 144 -
CMYK 1 0.31 0 0.44
HSL 198.75º 1% 0.28% -
HSV(B) 198.75º 1% 0.56% -
XYZ 9.5 10.94 28 -
YUV 74.53 167.2 74.84 -
System Red Green Blue C M Y K H S L
Decimal 0 99 144 1 0.31 0 0.44 198.75 1 0.28
Hex 0 63 90 64 1F 0 2C C7 64 1C
Octal 0 143 220 144 37 0 54 307 144 34
Binary 0 1100011 10010000 1100100 11111 0 101100 11000111 1100100 11100

Color Harmonies of #006390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006390

Black with #006390

Text Example


Text Example

White with #006390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006390; }

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

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

background-color css

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

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

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

border-color css

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

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

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