Html Css Color HEX #023A68 Prussian Blue

📋 copy color: '#023A68'

red 2 ◦ green 58 ◦ blue 104

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

Shades of Prussian Blue #023A68

Tints of Prussian Blue #023A68

RGB

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

 GREEN value IS 58 (23.05% from 255) = 35.37%

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

R = 1.22%
G = 35.37%
B = 63.41%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#023A68 (or 0x023A68) is known color: Prussian Blue. HEX triplet: 02, 3A and 68. RGB value is (2,58,104). Sum of RGB (Red+Green+Blue) = 2+58+104=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 104 (41.02% from 255 or 63.41% from 164); Max value from RGB is 104 - color contains mainly: blue. Hex color #023A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023A68 is #FDC597. Grayscale: #2E2E2E. Windows color (decimal): -16631192 or 6830594. OLE color: 6830594.

HSL color Cylindrical-coordinate representation of color #023A68: hue angle of 207.06º 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 #023A68 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 58 104 -
CMYK 0.98 0.44 0 0.59
HSL 207.06º 0.96% 0.21% -
HSV(B) 207.06º 0.98% 0.41% -
XYZ 4.04 4.04 13.66 -
YUV 46.5 160.45 96.26 -
System Red Green Blue C M Y K H S L
Decimal 2 58 104 0.98 0.44 0 0.59 207.06 0.96 0.21
Hex 2 3A 68 62 2C 0 3B CF 60 15
Octal 2 72 150 142 54 0 73 317 140 25
Binary 10 111010 1101000 1100010 101100 0 111011 11001111 1100000 10101

Color Harmonies of #023A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023A68

Black with #023A68

Text Example


Text Example

White with #023A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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