Html Css Color HEX #063380 Dark Cerulean

📋 copy color: '#063380'

red 6 ◦ green 51 ◦ blue 128

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

Shades of Dark Cerulean #063380

Tints of Dark Cerulean #063380

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.57%

 BLUE value IS 128 (50.39% from 255) = 69.19%

R = 3.24%
G = 27.57%
B = 69.19%

CMYK

 C value IS 0.95

 M value IS 0.60

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#063380 (or 0x063380) is known color: Dark Cerulean. HEX triplet: 06, 33 and 80. RGB value is (6,51,128). Sum of RGB (Red+Green+Blue) = 6+51+128=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 128 (50.39% from 255 or 69.19% from 185); Max value from RGB is 128 - color contains mainly: blue. Hex color #063380 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063380 is #F9CC7F. Grayscale: #2D2D2D. Windows color (decimal): -16370816 or 8401670. OLE color: 8401670.

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

Color convert

RGB 6 51 128 -
CMYK 0.95 0.60 0 0.50
HSL 217.87º 0.91% 0.26% -
HSV(B) 217.87º 0.95% 0.5% -
XYZ 5.16 3.96 20.92 -
YUV 46.32 174.09 99.24 -
System Red Green Blue C M Y K H S L
Decimal 6 51 128 0.95 0.60 0 0.50 217.87 0.91 0.26
Hex 6 33 80 5F 3C 0 32 DA 5B 1A
Octal 6 63 200 137 74 0 62 332 133 32
Binary 110 110011 10000000 1011111 111100 0 110010 11011010 1011011 11010

Color Harmonies of #063380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063380

Black with #063380

Text Example


Text Example

White with #063380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063380; }

 p { color: rgb(6,51,128); }

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

background-color css

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

 a { background-color: rgb(6,51,128); }

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

border-color css

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

 span { border-color: rgb(6,51,128); }

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