Html Css Color HEX #0827AD International Klein Blue

📋 copy color: '#0827AD'

red 8 ◦ green 39 ◦ blue 173

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

Shades of International Klein Blue #0827AD

Tints of International Klein Blue #0827AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 78.64%

R = 3.64%
G = 17.73%
B = 78.64%

CMYK

 C value IS 0.95

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0827AD (or 0x0827AD) is known color: International Klein Blue. HEX triplet: 08, 27 and AD. RGB value is (8,39,173). Sum of RGB (Red+Green+Blue) = 8+39+173=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 173 (67.97% from 255 or 78.64% from 220); Max value from RGB is 173 - color contains mainly: blue. Hex color #0827AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0827AD is #F7D852. Grayscale: #2C2C2C. Windows color (decimal): -16242771 or 11347720. OLE color: 11347720.

HSL color Cylindrical-coordinate representation of color #0827AD: hue angle of 228.73º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0827AD is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 8 39 173 -
CMYK 0.95 0.77 0 0.32
HSL 228.73º 0.91% 0.35% -
HSV(B) 228.73º 0.95% 0.68% -
XYZ 8.37 4.52 39.97 -
YUV 45.01 200.23 101.6 -
System Red Green Blue C M Y K H S L
Decimal 8 39 173 0.95 0.77 0 0.32 228.73 0.91 0.35
Hex 8 27 AD 5F 4D 0 20 E5 5B 23
Octal 10 47 255 137 115 0 40 345 133 43
Binary 1000 100111 10101101 1011111 1001101 0 100000 11100101 1011011 100011

Color Harmonies of #0827AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0827AD

Black with #0827AD

Text Example


Text Example

White with #0827AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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