Html Css Color HEX #023BA9 International Klein Blue

📋 copy color: '#023BA9'

red 2 ◦ green 59 ◦ blue 169

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

Shades of International Klein Blue #023BA9

Tints of International Klein Blue #023BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 73.48%

R = 0.87%
G = 25.65%
B = 73.48%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#023BA9 (or 0x023BA9) is known color: International Klein Blue. HEX triplet: 02, 3B and A9. RGB value is (2,59,169). Sum of RGB (Red+Green+Blue) = 2+59+169=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 59 (23.44% from 255 or 25.65% from 230); Blue value is 169 (66.41% from 255 or 73.48% from 230); Max value from RGB is 169 - color contains mainly: blue. Hex color #023BA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023BA9 is #FDC456. Grayscale: #363636. Windows color (decimal): -16630871 or 11090690. OLE color: 11090690.

HSL color Cylindrical-coordinate representation of color #023BA9: hue angle of 219.52º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023BA9 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 2 59 169 -
CMYK 0.99 0.65 0 0.34
HSL 219.52º 0.98% 0.34% -
HSV(B) 219.52º 0.99% 0.66% -
XYZ 8.75 6.01 38.23 -
YUV 54.5 192.62 90.56 -
System Red Green Blue C M Y K H S L
Decimal 2 59 169 0.99 0.65 0 0.34 219.52 0.98 0.34
Hex 2 3B A9 63 41 0 22 DC 62 22
Octal 2 73 251 143 101 0 42 334 142 42
Binary 10 111011 10101001 1100011 1000001 0 100010 11011100 1100010 100010

Color Harmonies of #023BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023BA9

Black with #023BA9

Text Example


Text Example

White with #023BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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