Html Css Color HEX #0828AB International Klein Blue

📋 copy color: '#0828AB'

red 8 ◦ green 40 ◦ blue 171

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

Shades of International Klein Blue #0828AB

Tints of International Klein Blue #0828AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 78.08%

R = 3.65%
G = 18.26%
B = 78.08%

CMYK

 C value IS 0.95

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0828AB (or 0x0828AB) is known color: International Klein Blue. HEX triplet: 08, 28 and AB. RGB value is (8,40,171). Sum of RGB (Red+Green+Blue) = 8+40+171=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 171 (67.19% from 255 or 78.08% from 219); Max value from RGB is 171 - color contains mainly: blue. Hex color #0828AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0828AB is #F7D754. Grayscale: #2C2C2C. Windows color (decimal): -16242517 or 11216904. OLE color: 11216904.

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

Color convert

RGB 8 40 171 -
CMYK 0.95 0.77 0 0.33
HSL 228.22º 0.91% 0.35% -
HSV(B) 228.22º 0.95% 0.67% -
XYZ 8.21 4.51 38.97 -
YUV 45.37 198.9 101.35 -
System Red Green Blue C M Y K H S L
Decimal 8 40 171 0.95 0.77 0 0.33 228.22 0.91 0.35
Hex 8 28 AB 5F 4D 0 21 E4 5B 23
Octal 10 50 253 137 115 0 41 344 133 43
Binary 1000 101000 10101011 1011111 1001101 0 100001 11100100 1011011 100011

Color Harmonies of #0828AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0828AB

Black with #0828AB

Text Example


Text Example

White with #0828AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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