Html Css Color HEX #063482 Dark Cerulean

📋 copy color: '#063482'

red 6 ◦ green 52 ◦ blue 130

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

Shades of Dark Cerulean #063482

Tints of Dark Cerulean #063482

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.66%

 BLUE value IS 130 (51.17% from 255) = 69.15%

R = 3.19%
G = 27.66%
B = 69.15%

CMYK

 C value IS 0.95

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#063482 (or 0x063482) is known color: Dark Cerulean. HEX triplet: 06, 34 and 82. RGB value is (6,52,130). Sum of RGB (Red+Green+Blue) = 6+52+130=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 130 (51.17% from 255 or 69.15% from 188); Max value from RGB is 130 - color contains mainly: blue. Hex color #063482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063482 is #F9CB7D. Grayscale: #2E2E2E. Windows color (decimal): -16370558 or 8532998. OLE color: 8532998.

HSL color Cylindrical-coordinate representation of color #063482: hue angle of 217.74º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063482 is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 52 130 -
CMYK 0.95 0.60 0 0.49
HSL 217.74º 0.91% 0.27% -
HSV(B) 217.74º 0.95% 0.51% -
XYZ 5.33 4.11 21.63 -
YUV 47.14 174.76 98.66 -
System Red Green Blue C M Y K H S L
Decimal 6 52 130 0.95 0.60 0 0.49 217.74 0.91 0.27
Hex 6 34 82 5F 3C 0 31 DA 5B 1B
Octal 6 64 202 137 74 0 61 332 133 33
Binary 110 110100 10000010 1011111 111100 0 110001 11011010 1011011 11011

Color Harmonies of #063482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063482

Black with #063482

Text Example


Text Example

White with #063482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063482; }

 p { color: rgb(6,52,130); }

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

background-color css

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

 a { background-color: rgb(6,52,130); }

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

border-color css

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

 span { border-color: rgb(6,52,130); }

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