Html Css Color HEX #0828AA International Klein Blue

📋 copy color: '#0828AA'

red 8 ◦ green 40 ◦ blue 170

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

Shades of International Klein Blue #0828AA

Tints of International Klein Blue #0828AA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.35%

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

R = 3.67%
G = 18.35%
B = 77.98%

CMYK

 C value IS 0.95

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0828AA (or 0x0828AA) is known color: International Klein Blue. HEX triplet: 08, 28 and AA. RGB value is (8,40,170). Sum of RGB (Red+Green+Blue) = 8+40+170=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 170 (66.80% from 255 or 77.98% from 218); Max value from RGB is 170 - color contains mainly: blue. Hex color #0828AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0828AA is #F7D755. Grayscale: #2C2C2C. Windows color (decimal): -16242518 or 11151368. OLE color: 11151368.

HSL color Cylindrical-coordinate representation of color #0828AA: hue angle of 228.15º 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 #0828AA is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 40 170 -
CMYK 0.95 0.76 0 0.33
HSL 228.15º 0.91% 0.35% -
HSV(B) 228.15º 0.95% 0.67% -
XYZ 8.11 4.47 38.47 -
YUV 45.25 198.4 101.43 -
System Red Green Blue C M Y K H S L
Decimal 8 40 170 0.95 0.76 0 0.33 228.15 0.91 0.35
Hex 8 28 AA 5F 4C 0 21 E4 5B 23
Octal 10 50 252 137 114 0 41 344 133 43
Binary 1000 101000 10101010 1011111 1001100 0 100001 11100100 1011011 100011

Color Harmonies of #0828AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0828AA

Black with #0828AA

Text Example


Text Example

White with #0828AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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