Html Css Color HEX #023765 Prussian Blue

📋 copy color: '#023765'

red 2 ◦ green 55 ◦ blue 101

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

Shades of Prussian Blue #023765

Tints of Prussian Blue #023765

RGB

 RED value IS 2 (1.17% from 255) = 1.27%

 GREEN value IS 55 (21.88% from 255) = 34.81%

 BLUE value IS 101 (39.84% from 255) = 63.92%

R = 1.27%
G = 34.81%
B = 63.92%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#023765 (or 0x023765) is known color: Prussian Blue. HEX triplet: 02, 37 and 65. RGB value is (2,55,101). Sum of RGB (Red+Green+Blue) = 2+55+101=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 101 (39.84% from 255 or 63.92% from 158); Max value from RGB is 101 - color contains mainly: blue. Hex color #023765 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023765 is #FDC89A. Grayscale: #2C2C2C. Windows color (decimal): -16631963 or 6633218. OLE color: 6633218.

HSL color Cylindrical-coordinate representation of color #023765: hue angle of 207.88º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023765 is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 2 55 101 -
CMYK 0.98 0.46 0 0.60
HSL 207.88º 0.96% 0.2% -
HSV(B) 207.88º 0.98% 0.4% -
XYZ 3.74 3.68 12.83 -
YUV 44.4 159.94 97.76 -
System Red Green Blue C M Y K H S L
Decimal 2 55 101 0.98 0.46 0 0.60 207.88 0.96 0.2
Hex 2 37 65 62 2E 0 3C D0 60 14
Octal 2 67 145 142 56 0 74 320 140 24
Binary 10 110111 1100101 1100010 101110 0 111100 11010000 1100000 10100

Color Harmonies of #023765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023765

Black with #023765

Text Example


Text Example

White with #023765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023765; }

 p { color: rgb(2,55,101); }

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

background-color css

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

 a { background-color: rgb(2,55,101); }

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

border-color css

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

 span { border-color: rgb(2,55,101); }

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