Html Css Color HEX #0829BC International Klein Blue

📋 copy color: '#0829BC'

red 8 ◦ green 41 ◦ blue 188

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

Shades of International Klein Blue #0829BC

Tints of International Klein Blue #0829BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 79.32%

R = 3.38%
G = 17.3%
B = 79.32%

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

#0829BC (or 0x0829BC) is known color: International Klein Blue. HEX triplet: 08, 29 and BC. RGB value is (8,41,188). Sum of RGB (Red+Green+Blue) = 8+41+188=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 188 (73.83% from 255 or 79.32% from 237); Max value from RGB is 188 - color contains mainly: blue. Hex color #0829BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0829BC is #F7D643. Grayscale: #2F2F2F. Windows color (decimal): -16242244 or 12331272. OLE color: 12331272.

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

Color convert

RGB 8 41 188 -
CMYK 0.96 0.78 0 0.26
HSL 229º 0.92% 0.38% -
HSV(B) 229º 0.96% 0.74% -
XYZ 9.97 5.27 48.07 -
YUV 47.89 207.07 99.55 -
System Red Green Blue C M Y K H S L
Decimal 8 41 188 0.96 0.78 0 0.26 229 0.92 0.38
Hex 8 29 BC 60 4E 0 1A E5 5C 26
Octal 10 51 274 140 116 0 32 345 134 46
Binary 1000 101001 10111100 1100000 1001110 0 11010 11100101 1011100 100110

Color Harmonies of #0829BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0829BC

Black with #0829BC

Text Example


Text Example

White with #0829BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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