Html Css Color HEX #0827AA International Klein Blue

📋 copy color: '#0827AA'

red 8 ◦ green 39 ◦ blue 170

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

Shades of International Klein Blue #0827AA

Tints of International Klein Blue #0827AA

RGB

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

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

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

R = 3.69%
G = 17.97%
B = 78.34%

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

#0827AA (or 0x0827AA) is known color: International Klein Blue. HEX triplet: 08, 27 and AA. RGB value is (8,39,170). Sum of RGB (Red+Green+Blue) = 8+39+170=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 170 (66.80% from 255 or 78.34% from 217); Max value from RGB is 170 - color contains mainly: blue. Hex color #0827AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0827AA is #F7D855. Grayscale: #2C2C2C. Windows color (decimal): -16242774 or 11151112. OLE color: 11151112.

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

Color convert

RGB 8 39 170 -
CMYK 0.95 0.77 0 0.33
HSL 228.52º 0.91% 0.35% -
HSV(B) 228.52º 0.95% 0.67% -
XYZ 8.08 4.4 38.45 -
YUV 44.67 198.73 101.85 -
System Red Green Blue C M Y K H S L
Decimal 8 39 170 0.95 0.77 0 0.33 228.52 0.91 0.35
Hex 8 27 AA 5F 4D 0 21 E5 5B 23
Octal 10 47 252 137 115 0 41 345 133 43
Binary 1000 100111 10101010 1011111 1001101 0 100001 11100101 1011011 100011

Color Harmonies of #0827AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0827AA

Black with #0827AA

Text Example


Text Example

White with #0827AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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