Html Css Color HEX #063C8A Dark Cerulean

📋 copy color: '#063C8A'

red 6 ◦ green 60 ◦ blue 138

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

Shades of Dark Cerulean #063C8A

Tints of Dark Cerulean #063C8A

RGB

 RED value IS 6 (2.73% from 255) = 2.94%

 GREEN value IS 60 (23.83% from 255) = 29.41%

 BLUE value IS 138 (54.3% from 255) = 67.65%

R = 2.94%
G = 29.41%
B = 67.65%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#063C8A (or 0x063C8A) is known color: Dark Cerulean. HEX triplet: 06, 3C and 8A. RGB value is (6,60,138). Sum of RGB (Red+Green+Blue) = 6+60+138=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 138 (54.30% from 255 or 67.65% from 204); Max value from RGB is 138 - color contains mainly: blue. Hex color #063C8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063C8A is #F9C375. Grayscale: #343434. Windows color (decimal): -16368502 or 9059334. OLE color: 9059334.

HSL color Cylindrical-coordinate representation of color #063C8A: hue angle of 215.45º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063C8A is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 60 138 -
CMYK 0.96 0.57 0 0.46
HSL 215.45º 0.92% 0.28% -
HSV(B) 215.45º 0.96% 0.54% -
XYZ 6.28 5.11 24.7 -
YUV 52.75 176.11 94.66 -
System Red Green Blue C M Y K H S L
Decimal 6 60 138 0.96 0.57 0 0.46 215.45 0.92 0.28
Hex 6 3C 8A 60 39 0 2E D7 5C 1C
Octal 6 74 212 140 71 0 56 327 134 34
Binary 110 111100 10001010 1100000 111001 0 101110 11010111 1011100 11100

Color Harmonies of #063C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063C8A

Black with #063C8A

Text Example


Text Example

White with #063C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063C8A; }

 p { color: rgb(6,60,138); }

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

background-color css

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

 a { background-color: rgb(6,60,138); }

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

border-color css

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

 span { border-color: rgb(6,60,138); }

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