Html Css Color HEX #0A22AF International Klein Blue

📋 copy color: '#0A22AF'

red 10 ◦ green 34 ◦ blue 175

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

Shades of International Klein Blue #0A22AF

Tints of International Klein Blue #0A22AF

RGB

 RED value IS 10 (4.3% from 255) = 4.57%

 GREEN value IS 34 (13.67% from 255) = 15.53%

 BLUE value IS 175 (68.75% from 255) = 79.91%

R = 4.57%
G = 15.53%
B = 79.91%

CMYK

 C value IS 0.94

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0A22AF (or 0x0A22AF) is known color: International Klein Blue. HEX triplet: 0A, 22 and AF. RGB value is (10,34,175). Sum of RGB (Red+Green+Blue) = 10+34+175=219 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.57% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 175 (68.75% from 255 or 79.91% from 219); Max value from RGB is 175 - color contains mainly: blue. Hex color #0A22AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A22AF is #F5DD50. Grayscale: #2A2A2A. Windows color (decimal): -16112977 or 11477514. OLE color: 11477514.

HSL color Cylindrical-coordinate representation of color #0A22AF: hue angle of 231.27º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A22AF is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 10 34 175 -
CMYK 0.94 0.81 0 0.31
HSL 231.27º 0.89% 0.36% -
HSV(B) 231.27º 0.94% 0.69% -
XYZ 8.44 4.3 40.94 -
YUV 42.9 202.55 104.54 -
System Red Green Blue C M Y K H S L
Decimal 10 34 175 0.94 0.81 0 0.31 231.27 0.89 0.36
Hex A 22 AF 5E 51 0 1F E7 59 24
Octal 12 42 257 136 121 0 37 347 131 44
Binary 1010 100010 10101111 1011110 1010001 0 11111 11100111 1011001 100100

Color Harmonies of #0A22AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A22AF

Black with #0A22AF

Text Example


Text Example

White with #0A22AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A22AF; }

 p { color: rgb(10,34,175); }

 H1.HeaderClassName
 {
   color: #0A22AF;
 }
 .AnyTagClassName
 {
   color: #0A22AF;
 }
</style>

background-color css

<style>
 a { background-color: #0A22AF; }

 a { background-color: rgb(10,34,175); }

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

border-color css

<style>
 span { border-color: #0A22AF; }

 span { border-color: rgb(10,34,175); }

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