Html Css Color HEX #0A22BC International Klein Blue

📋 copy color: '#0A22BC'

red 10 ◦ green 34 ◦ blue 188

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

Shades of International Klein Blue #0A22BC

Tints of International Klein Blue #0A22BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 81.03%

R = 4.31%
G = 14.66%
B = 81.03%

CMYK

 C value IS 0.95

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0A22BC (or 0x0A22BC) is known color: International Klein Blue. HEX triplet: 0A, 22 and BC. RGB value is (10,34,188). Sum of RGB (Red+Green+Blue) = 10+34+188=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 188 (73.83% from 255 or 81.03% from 232); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A22BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A22BC is #F5DD43. Grayscale: #2B2B2B. Windows color (decimal): -16112964 or 12329482. OLE color: 12329482.

HSL color Cylindrical-coordinate representation of color #0A22BC: hue angle of 231.91º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A22BC is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 10 34 188 -
CMYK 0.95 0.82 0 0.26
HSL 231.91º 0.9% 0.39% -
HSV(B) 231.91º 0.95% 0.74% -
XYZ 9.77 4.84 48 -
YUV 44.38 209.05 103.48 -
System Red Green Blue C M Y K H S L
Decimal 10 34 188 0.95 0.82 0 0.26 231.91 0.9 0.39
Hex A 22 BC 5F 52 0 1A E8 5A 27
Octal 12 42 274 137 122 0 32 350 132 47
Binary 1010 100010 10111100 1011111 1010010 0 11010 11101000 1011010 100111

Color Harmonies of #0A22BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A22BC

Black with #0A22BC

Text Example


Text Example

White with #0A22BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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