Html Css Color HEX #0831AA International Klein Blue

📋 copy color: '#0831AA'

red 8 ◦ green 49 ◦ blue 170

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

Shades of International Klein Blue #0831AA

Tints of International Klein Blue #0831AA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.59%

 BLUE value IS 170 (66.8% from 255) = 74.89%

R = 3.52%
G = 21.59%
B = 74.89%

CMYK

 C value IS 0.95

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0831AA (or 0x0831AA) is known color: International Klein Blue. HEX triplet: 08, 31 and AA. RGB value is (8,49,170). Sum of RGB (Red+Green+Blue) = 8+49+170=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 170 (66.80% from 255 or 74.89% from 227); Max value from RGB is 170 - color contains mainly: blue. Hex color #0831AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0831AA is #F7CE55. Grayscale: #323232. Windows color (decimal): -16240214 or 11153672. OLE color: 11153672.

HSL color Cylindrical-coordinate representation of color #0831AA: hue angle of 224.81º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0831AA is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 49 170 -
CMYK 0.95 0.71 0 0.33
HSL 224.81º 0.91% 0.35% -
HSV(B) 224.81º 0.95% 0.67% -
XYZ 8.45 5.15 38.58 -
YUV 50.54 195.42 97.66 -
System Red Green Blue C M Y K H S L
Decimal 8 49 170 0.95 0.71 0 0.33 224.81 0.91 0.35
Hex 8 31 AA 5F 47 0 21 E1 5B 23
Octal 10 61 252 137 107 0 41 341 133 43
Binary 1000 110001 10101010 1011111 1000111 0 100001 11100001 1011011 100011

Color Harmonies of #0831AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0831AA

Black with #0831AA

Text Example


Text Example

White with #0831AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0831AA; }

 p { color: rgb(8,49,170); }

 H1.HeaderClassName
 {
   color: #0831AA;
 }
 .AnyTagClassName
 {
   color: #0831AA;
 }
</style>

background-color css

<style>
 a { background-color: #0831AA; }

 a { background-color: rgb(8,49,170); }

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

border-color css

<style>
 span { border-color: #0831AA; }

 span { border-color: rgb(8,49,170); }

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