Html Css Color HEX #063A88 Dark Cerulean

📋 copy color: '#063A88'

red 6 ◦ green 58 ◦ blue 136

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

Shades of Dark Cerulean #063A88

Tints of Dark Cerulean #063A88

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29%

 BLUE value IS 136 (53.52% from 255) = 68%

R = 3%
G = 29%
B = 68%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#063A88 (or 0x063A88) is known color: Dark Cerulean. HEX triplet: 06, 3A and 88. RGB value is (6,58,136). Sum of RGB (Red+Green+Blue) = 6+58+136=200 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 136 (53.52% from 255 or 68% from 200); Max value from RGB is 136 - color contains mainly: blue. Hex color #063A88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063A88 is #F9C577. Grayscale: #323232. Windows color (decimal): -16369016 or 8927750. OLE color: 8927750.

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

Color convert

RGB 6 58 136 -
CMYK 0.96 0.57 0 0.47
HSL 216º 0.92% 0.28% -
HSV(B) 216º 0.96% 0.53% -
XYZ 6.03 4.84 23.91 -
YUV 51.34 175.77 95.66 -
System Red Green Blue C M Y K H S L
Decimal 6 58 136 0.96 0.57 0 0.47 216 0.92 0.28
Hex 6 3A 88 60 39 0 2F D8 5C 1C
Octal 6 72 210 140 71 0 57 330 134 34
Binary 110 111010 10001000 1100000 111001 0 101111 11011000 1011100 11100

Color Harmonies of #063A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063A88

Black with #063A88

Text Example


Text Example

White with #063A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,58,136); }

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

background-color css

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

 a { background-color: rgb(6,58,136); }

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

border-color css

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

 span { border-color: rgb(6,58,136); }

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