Html Css Color HEX #063858 Prussian Blue

📋 copy color: '#063858'

red 6 ◦ green 56 ◦ blue 88

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

Shades of Prussian Blue #063858

Tints of Prussian Blue #063858

RGB

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

 GREEN value IS 56 (22.27% from 255) = 37.33%

 BLUE value IS 88 (34.77% from 255) = 58.67%

R = 4%
G = 37.33%
B = 58.67%

CMYK

 C value IS 0.93

 M value IS 0.36

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#063858 (or 0x063858) is known color: Prussian Blue. HEX triplet: 06, 38 and 58. RGB value is (6,56,88). Sum of RGB (Red+Green+Blue) = 6+56+88=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 88 (34.77% from 255 or 58.67% from 150); Max value from RGB is 88 - color contains mainly: blue. Hex color #063858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063858 is #F9C7A7. Grayscale: #2C2C2C. Windows color (decimal): -16369576 or 5781510. OLE color: 5781510.

HSL color Cylindrical-coordinate representation of color #063858: hue angle of 203.41º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063858 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 56 88 -
CMYK 0.93 0.36 0 0.65
HSL 203.41º 0.87% 0.18% -
HSV(B) 203.41º 0.93% 0.35% -
XYZ 3.25 3.57 9.75 -
YUV 44.7 152.44 100.4 -
System Red Green Blue C M Y K H S L
Decimal 6 56 88 0.93 0.36 0 0.65 203.41 0.87 0.18
Hex 6 38 58 5D 24 0 41 CB 57 12
Octal 6 70 130 135 44 0 101 313 127 22
Binary 110 111000 1011000 1011101 100100 0 1000001 11001011 1010111 10010

Color Harmonies of #063858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063858

Black with #063858

Text Example


Text Example

White with #063858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063858; }

 p { color: rgb(6,56,88); }

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

background-color css

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

 a { background-color: rgb(6,56,88); }

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

border-color css

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

 span { border-color: rgb(6,56,88); }

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