Html Css Color HEX #063B85 Dark Cerulean

📋 copy color: '#063B85'

red 6 ◦ green 59 ◦ blue 133

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

Shades of Dark Cerulean #063B85

Tints of Dark Cerulean #063B85

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.8%

 BLUE value IS 133 (52.34% from 255) = 67.17%

R = 3.03%
G = 29.8%
B = 67.17%

CMYK

 C value IS 0.95

 M value IS 0.56

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#063B85 (or 0x063B85) is known color: Dark Cerulean. HEX triplet: 06, 3B and 85. RGB value is (6,59,133). Sum of RGB (Red+Green+Blue) = 6+59+133=198 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.03% from 198); Green value is 59 (23.44% from 255 or 29.80% from 198); Blue value is 133 (52.34% from 255 or 67.17% from 198); Max value from RGB is 133 - color contains mainly: blue. Hex color #063B85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063B85 is #F9C47A. Grayscale: #333333. Windows color (decimal): -16368763 or 8731398. OLE color: 8731398.

HSL color Cylindrical-coordinate representation of color #063B85: hue angle of 214.96º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063B85 is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 59 133 -
CMYK 0.95 0.56 0 0.48
HSL 214.96º 0.91% 0.27% -
HSV(B) 214.96º 0.95% 0.52% -
XYZ 5.87 4.86 22.82 -
YUV 51.59 173.94 95.48 -
System Red Green Blue C M Y K H S L
Decimal 6 59 133 0.95 0.56 0 0.48 214.96 0.91 0.27
Hex 6 3B 85 5F 38 0 30 D7 5B 1B
Octal 6 73 205 137 70 0 60 327 133 33
Binary 110 111011 10000101 1011111 111000 0 110000 11010111 1011011 11011

Color Harmonies of #063B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063B85

Black with #063B85

Text Example


Text Example

White with #063B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,59,133); }

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

background-color css

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

 a { background-color: rgb(6,59,133); }

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

border-color css

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

 span { border-color: rgb(6,59,133); }

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