Html Css Color HEX #023968 Prussian Blue

📋 copy color: '#023968'

red 2 ◦ green 57 ◦ blue 104

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

Shades of Prussian Blue #023968

Tints of Prussian Blue #023968

RGB

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

 GREEN value IS 57 (22.66% from 255) = 34.97%

 BLUE value IS 104 (41.02% from 255) = 63.8%

R = 1.23%
G = 34.97%
B = 63.8%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#023968 (or 0x023968) is known color: Prussian Blue. HEX triplet: 02, 39 and 68. RGB value is (2,57,104). Sum of RGB (Red+Green+Blue) = 2+57+104=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 104 (41.02% from 255 or 63.80% from 163); Max value from RGB is 104 - color contains mainly: blue. Hex color #023968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023968 is #FDC697. Grayscale: #2D2D2D. Windows color (decimal): -16631448 or 6830338. OLE color: 6830338.

HSL color Cylindrical-coordinate representation of color #023968: hue angle of 207.65º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023968 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 57 104 -
CMYK 0.98 0.45 0 0.59
HSL 207.65º 0.96% 0.21% -
HSV(B) 207.65º 0.98% 0.41% -
XYZ 3.99 3.94 13.65 -
YUV 45.91 160.78 96.68 -
System Red Green Blue C M Y K H S L
Decimal 2 57 104 0.98 0.45 0 0.59 207.65 0.96 0.21
Hex 2 39 68 62 2D 0 3B D0 60 15
Octal 2 71 150 142 55 0 73 320 140 25
Binary 10 111001 1101000 1100010 101101 0 111011 11010000 1100000 10101

Color Harmonies of #023968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023968

Black with #023968

Text Example


Text Example

White with #023968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023968; }

 p { color: rgb(2,57,104); }

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

background-color css

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

 a { background-color: rgb(2,57,104); }

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

border-color css

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

 span { border-color: rgb(2,57,104); }

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