Html Css Color HEX #0829BD International Klein Blue

📋 copy color: '#0829BD'

red 8 ◦ green 41 ◦ blue 189

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

Shades of International Klein Blue #0829BD

Tints of International Klein Blue #0829BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 79.41%

R = 3.36%
G = 17.23%
B = 79.41%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0829BD (or 0x0829BD) is known color: International Klein Blue. HEX triplet: 08, 29 and BD. RGB value is (8,41,189). Sum of RGB (Red+Green+Blue) = 8+41+189=238 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.36% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 189 (74.22% from 255 or 79.41% from 238); Max value from RGB is 189 - color contains mainly: blue. Hex color #0829BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0829BD is #F7D642. Grayscale: #2F2F2F. Windows color (decimal): -16242243 or 12396808. OLE color: 12396808.

HSL color Cylindrical-coordinate representation of color #0829BD: hue angle of 229.06º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0829BD is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 41 189 -
CMYK 0.96 0.78 0 0.26
HSL 229.06º 0.92% 0.39% -
HSV(B) 229.06º 0.96% 0.74% -
XYZ 10.08 5.31 48.64 -
YUV 48.01 207.57 99.47 -
System Red Green Blue C M Y K H S L
Decimal 8 41 189 0.96 0.78 0 0.26 229.06 0.92 0.39
Hex 8 29 BD 60 4E 0 1A E5 5C 27
Octal 10 51 275 140 116 0 32 345 134 47
Binary 1000 101001 10111101 1100000 1001110 0 11010 11100101 1011100 100111

Color Harmonies of #0829BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0829BD

Black with #0829BD

Text Example


Text Example

White with #0829BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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