Html Css Color HEX #0822BA International Klein Blue

📋 copy color: '#0822BA'

red 8 ◦ green 34 ◦ blue 186

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

Shades of International Klein Blue #0822BA

Tints of International Klein Blue #0822BA

RGB

 RED value IS 8 (3.52% from 255) = 3.51%

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

 BLUE value IS 186 (73.05% from 255) = 81.58%

R = 3.51%
G = 14.91%
B = 81.58%

CMYK

 C value IS 0.96

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0822BA (or 0x0822BA) is known color: International Klein Blue. HEX triplet: 08, 22 and BA. RGB value is (8,34,186). Sum of RGB (Red+Green+Blue) = 8+34+186=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 186 (73.05% from 255 or 81.58% from 228); Max value from RGB is 186 - color contains mainly: blue. Hex color #0822BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0822BA is #F7DD45. Grayscale: #2A2A2A. Windows color (decimal): -16244038 or 12198408. OLE color: 12198408.

HSL color Cylindrical-coordinate representation of color #0822BA: hue angle of 231.24º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0822BA is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 34 186 -
CMYK 0.96 0.82 0 0.27
HSL 231.24º 0.92% 0.38% -
HSV(B) 231.24º 0.96% 0.73% -
XYZ 9.54 4.74 46.87 -
YUV 43.55 208.39 102.64 -
System Red Green Blue C M Y K H S L
Decimal 8 34 186 0.96 0.82 0 0.27 231.24 0.92 0.38
Hex 8 22 BA 60 52 0 1B E7 5C 26
Octal 10 42 272 140 122 0 33 347 134 46
Binary 1000 100010 10111010 1100000 1010010 0 11011 11100111 1011100 100110

Color Harmonies of #0822BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0822BA

Black with #0822BA

Text Example


Text Example

White with #0822BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0822BA; }

 p { color: rgb(8,34,186); }

 H1.HeaderClassName
 {
   color: #0822BA;
 }
 .AnyTagClassName
 {
   color: #0822BA;
 }
</style>

background-color css

<style>
 a { background-color: #0822BA; }

 a { background-color: rgb(8,34,186); }

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

border-color css

<style>
 span { border-color: #0822BA; }

 span { border-color: rgb(8,34,186); }

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