Html Css Color HEX #0827AB International Klein Blue

📋 copy color: '#0827AB'

red 8 ◦ green 39 ◦ blue 171

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

Shades of International Klein Blue #0827AB

Tints of International Klein Blue #0827AB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.89%

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

R = 3.67%
G = 17.89%
B = 78.44%

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

#0827AB (or 0x0827AB) is known color: International Klein Blue. HEX triplet: 08, 27 and AB. RGB value is (8,39,171). Sum of RGB (Red+Green+Blue) = 8+39+171=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 171 (67.19% from 255 or 78.44% from 218); Max value from RGB is 171 - color contains mainly: blue. Hex color #0827AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0827AB is #F7D854. Grayscale: #2C2C2C. Windows color (decimal): -16242773 or 11216648. OLE color: 11216648.

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

Color convert

RGB 8 39 171 -
CMYK 0.95 0.77 0 0.33
HSL 228.59º 0.91% 0.35% -
HSV(B) 228.59º 0.95% 0.67% -
XYZ 8.18 4.44 38.95 -
YUV 44.78 199.23 101.77 -
System Red Green Blue C M Y K H S L
Decimal 8 39 171 0.95 0.77 0 0.33 228.59 0.91 0.35
Hex 8 27 AB 5F 4D 0 21 E5 5B 23
Octal 10 47 253 137 115 0 41 345 133 43
Binary 1000 100111 10101011 1011111 1001101 0 100001 11100101 1011011 100011

Color Harmonies of #0827AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0827AB

Black with #0827AB

Text Example


Text Example

White with #0827AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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