Html Css Color HEX #023B69 Prussian Blue

📋 copy color: '#023B69'

red 2 ◦ green 59 ◦ blue 105

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

Shades of Prussian Blue #023B69

Tints of Prussian Blue #023B69

RGB

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

 GREEN value IS 59 (23.44% from 255) = 35.54%

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

R = 1.2%
G = 35.54%
B = 63.25%

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

#023B69 (or 0x023B69) is known color: Prussian Blue. HEX triplet: 02, 3B and 69. RGB value is (2,59,105). Sum of RGB (Red+Green+Blue) = 2+59+105=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 59 (23.44% from 255 or 35.54% from 166); Blue value is 105 (41.41% from 255 or 63.25% from 166); Max value from RGB is 105 - color contains mainly: blue. Hex color #023B69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023B69 is #FDC496. Grayscale: #2E2E2E. Windows color (decimal): -16630935 or 6896386. OLE color: 6896386.

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

Color convert

RGB 2 59 105 -
CMYK 0.98 0.44 0 0.59
HSL 206.8º 0.96% 0.21% -
HSV(B) 206.8º 0.98% 0.41% -
XYZ 4.14 4.16 13.95 -
YUV 47.2 160.62 95.76 -
System Red Green Blue C M Y K H S L
Decimal 2 59 105 0.98 0.44 0 0.59 206.8 0.96 0.21
Hex 2 3B 69 62 2C 0 3B CF 60 15
Octal 2 73 151 142 54 0 73 317 140 25
Binary 10 111011 1101001 1100010 101100 0 111011 11001111 1100000 10101

Color Harmonies of #023B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023B69

Black with #023B69

Text Example


Text Example

White with #023B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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