Html Css Color HEX #0023A2 International Klein Blue

📋 copy color: '#0023A2'

red 0 ◦ green 35 ◦ blue 162

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

Shades of International Klein Blue #0023A2

Tints of International Klein Blue #0023A2

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 35 (14.06% from 255) = 17.77%

 BLUE value IS 162 (63.67% from 255) = 82.23%

R = 0%
G = 17.77%
B = 82.23%

CMYK

 C value IS 1

 M value IS 0.78

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0023A2 (or 0x0023A2) is known color: International Klein Blue. HEX triplet: 00, 23 and A2. RGB value is (0,35,162). Sum of RGB (Red+Green+Blue) = 0+35+162=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 162 (63.67% from 255 or 82.23% from 197); Max value from RGB is 162 - color contains mainly: blue. Hex color #0023A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0023A2 is #FFDC5D. Grayscale: #262626. Windows color (decimal): -16768094 or 10625792. OLE color: 10625792.

HSL color Cylindrical-coordinate representation of color #0023A2: hue angle of 227.04º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0023A2 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 0 35 162 -
CMYK 1 0.78 0 0.36
HSL 227.04º 1% 0.32% -
HSV(B) 227.04º 1% 0.64% -
XYZ 7.12 3.81 34.54 -
YUV 39.01 197.4 100.17 -
System Red Green Blue C M Y K H S L
Decimal 0 35 162 1 0.78 0 0.36 227.04 1 0.32
Hex 0 23 A2 64 4E 0 24 E3 64 20
Octal 0 43 242 144 116 0 44 343 144 40
Binary 0 100011 10100010 1100100 1001110 0 100100 11100011 1100100 100000

Color Harmonies of #0023A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0023A2

Black with #0023A2

Text Example


Text Example

White with #0023A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0023A2; }

 p { color: rgb(0,35,162); }

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

background-color css

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

 a { background-color: rgb(0,35,162); }

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

border-color css

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

 span { border-color: rgb(0,35,162); }

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