Html Css Color HEX #023065 Prussian Blue

📋 copy color: '#023065'

red 2 ◦ green 48 ◦ blue 101

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

Shades of Prussian Blue #023065

Tints of Prussian Blue #023065

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.79%

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

R = 1.32%
G = 31.79%
B = 66.89%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#023065 (or 0x023065) is known color: Prussian Blue. HEX triplet: 02, 30 and 65. RGB value is (2,48,101). Sum of RGB (Red+Green+Blue) = 2+48+101=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 101 (39.84% from 255 or 66.89% from 151); Max value from RGB is 101 - color contains mainly: blue. Hex color #023065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023065 is #FDCF9A. Grayscale: #282828. Windows color (decimal): -16633755 or 6631426. OLE color: 6631426.

HSL color Cylindrical-coordinate representation of color #023065: hue angle of 212.12º 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 #023065 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 2 48 101 -
CMYK 0.98 0.52 0 0.60
HSL 212.12º 0.96% 0.2% -
HSV(B) 212.12º 0.98% 0.4% -
XYZ 3.43 3.07 12.72 -
YUV 40.29 162.26 100.69 -
System Red Green Blue C M Y K H S L
Decimal 2 48 101 0.98 0.52 0 0.60 212.12 0.96 0.2
Hex 2 30 65 62 34 0 3C D4 60 14
Octal 2 60 145 142 64 0 74 324 140 24
Binary 10 110000 1100101 1100010 110100 0 111100 11010100 1100000 10100

Color Harmonies of #023065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023065

Black with #023065

Text Example


Text Example

White with #023065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023065; }

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

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

background-color css

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

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

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

border-color css

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

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

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