Html Css Color HEX #0829AE International Klein Blue

📋 copy color: '#0829AE'

red 8 ◦ green 41 ◦ blue 174

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

Shades of International Klein Blue #0829AE

Tints of International Klein Blue #0829AE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.39%

 BLUE value IS 174 (68.36% from 255) = 78.03%

R = 3.59%
G = 18.39%
B = 78.03%

CMYK

 C value IS 0.95

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0829AE (or 0x0829AE) is known color: International Klein Blue. HEX triplet: 08, 29 and AE. RGB value is (8,41,174). Sum of RGB (Red+Green+Blue) = 8+41+174=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 174 (68.36% from 255 or 78.03% from 223); Max value from RGB is 174 - color contains mainly: blue. Hex color #0829AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0829AE is #F7D651. Grayscale: #2D2D2D. Windows color (decimal): -16242258 or 11413768. OLE color: 11413768.

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

Color convert

RGB 8 41 174 -
CMYK 0.95 0.76 0 0.32
HSL 228.07º 0.91% 0.36% -
HSV(B) 228.07º 0.95% 0.68% -
XYZ 8.53 4.69 40.5 -
YUV 46.3 200.07 100.69 -
System Red Green Blue C M Y K H S L
Decimal 8 41 174 0.95 0.76 0 0.32 228.07 0.91 0.36
Hex 8 29 AE 5F 4C 0 20 E4 5B 24
Octal 10 51 256 137 114 0 40 344 133 44
Binary 1000 101001 10101110 1011111 1001100 0 100000 11100100 1011011 100100

Color Harmonies of #0829AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0829AE

Black with #0829AE

Text Example


Text Example

White with #0829AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0829AE; }

 p { color: rgb(8,41,174); }

 H1.HeaderClassName
 {
   color: #0829AE;
 }
 .AnyTagClassName
 {
   color: #0829AE;
 }
</style>

background-color css

<style>
 a { background-color: #0829AE; }

 a { background-color: rgb(8,41,174); }

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

border-color css

<style>
 span { border-color: #0829AE; }

 span { border-color: rgb(8,41,174); }

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