Html Css Color HEX #063375 Prussian Blue

📋 copy color: '#063375'

red 6 ◦ green 51 ◦ blue 117

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

Shades of Prussian Blue #063375

Tints of Prussian Blue #063375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 67.24%

R = 3.45%
G = 29.31%
B = 67.24%

CMYK

 C value IS 0.95

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#063375 (or 0x063375) is known color: Prussian Blue. HEX triplet: 06, 33 and 75. RGB value is (6,51,117). Sum of RGB (Red+Green+Blue) = 6+51+117=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 117 (46.09% from 255 or 67.24% from 174); Max value from RGB is 117 - color contains mainly: blue. Hex color #063375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063375 is #F9CC8A. Grayscale: #2C2C2C. Windows color (decimal): -16370827 or 7680774. OLE color: 7680774.

HSL color Cylindrical-coordinate representation of color #063375: hue angle of 215.68º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063375 is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 51 117 -
CMYK 0.95 0.56 0 0.54
HSL 215.68º 0.9% 0.24% -
HSV(B) 215.68º 0.95% 0.46% -
XYZ 4.47 3.69 17.31 -
YUV 45.07 168.59 100.13 -
System Red Green Blue C M Y K H S L
Decimal 6 51 117 0.95 0.56 0 0.54 215.68 0.9 0.24
Hex 6 33 75 5F 38 0 36 D8 5A 18
Octal 6 63 165 137 70 0 66 330 132 30
Binary 110 110011 1110101 1011111 111000 0 110110 11011000 1011010 11000

Color Harmonies of #063375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063375

Black with #063375

Text Example


Text Example

White with #063375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063375; }

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

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

background-color css

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

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

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

border-color css

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

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

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