Html Css Color HEX #023A69 Prussian Blue

📋 copy color: '#023A69'

red 2 ◦ green 58 ◦ blue 105

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

Shades of Prussian Blue #023A69

Tints of Prussian Blue #023A69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 63.64%

R = 1.21%
G = 35.15%
B = 63.64%

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

#023A69 (or 0x023A69) is known color: Prussian Blue. HEX triplet: 02, 3A and 69. RGB value is (2,58,105). Sum of RGB (Red+Green+Blue) = 2+58+105=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 105 (41.41% from 255 or 63.64% from 165); Max value from RGB is 105 - color contains mainly: blue. Hex color #023A69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023A69 is #FDC596. Grayscale: #2E2E2E. Windows color (decimal): -16631191 or 6896130. OLE color: 6896130.

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

Color convert

RGB 2 58 105 -
CMYK 0.98 0.45 0 0.59
HSL 207.38º 0.96% 0.21% -
HSV(B) 207.38º 0.98% 0.41% -
XYZ 4.09 4.06 13.93 -
YUV 46.61 160.95 96.18 -
System Red Green Blue C M Y K H S L
Decimal 2 58 105 0.98 0.45 0 0.59 207.38 0.96 0.21
Hex 2 3A 69 62 2D 0 3B CF 60 15
Octal 2 72 151 142 55 0 73 317 140 25
Binary 10 111010 1101001 1100010 101101 0 111011 11001111 1100000 10101

Color Harmonies of #023A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023A69

Black with #023A69

Text Example


Text Example

White with #023A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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