Html Css Color HEX #0827BA International Klein Blue

📋 copy color: '#0827BA'

red 8 ◦ green 39 ◦ blue 186

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

Shades of International Klein Blue #0827BA

Tints of International Klein Blue #0827BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 79.83%

R = 3.43%
G = 16.74%
B = 79.83%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0827BA (or 0x0827BA) is known color: International Klein Blue. HEX triplet: 08, 27 and BA. RGB value is (8,39,186). Sum of RGB (Red+Green+Blue) = 8+39+186=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 186 (73.05% from 255 or 79.83% from 233); Max value from RGB is 186 - color contains mainly: blue. Hex color #0827BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0827BA is #F7D845. Grayscale: #2D2D2D. Windows color (decimal): -16242758 or 12199688. OLE color: 12199688.

HSL color Cylindrical-coordinate representation of color #0827BA: hue angle of 229.55º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0827BA is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 39 186 -
CMYK 0.96 0.79 0 0.27
HSL 229.55º 0.92% 0.38% -
HSV(B) 229.55º 0.96% 0.73% -
XYZ 9.69 5.05 46.92 -
YUV 46.49 206.73 100.55 -
System Red Green Blue C M Y K H S L
Decimal 8 39 186 0.96 0.79 0 0.27 229.55 0.92 0.38
Hex 8 27 BA 60 4F 0 1B E6 5C 26
Octal 10 47 272 140 117 0 33 346 134 46
Binary 1000 100111 10111010 1100000 1001111 0 11011 11100110 1011100 100110

Color Harmonies of #0827BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0827BA

Black with #0827BA

Text Example


Text Example

White with #0827BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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