Html Css Color HEX #0827BB International Klein Blue

📋 copy color: '#0827BB'

red 8 ◦ green 39 ◦ blue 187

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

Shades of International Klein Blue #0827BB

Tints of International Klein Blue #0827BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 79.91%

R = 3.42%
G = 16.67%
B = 79.91%

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

#0827BB (or 0x0827BB) is known color: International Klein Blue. HEX triplet: 08, 27 and BB. RGB value is (8,39,187). Sum of RGB (Red+Green+Blue) = 8+39+187=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 187 (73.44% from 255 or 79.91% from 234); Max value from RGB is 187 - color contains mainly: blue. Hex color #0827BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0827BB is #F7D844. Grayscale: #2D2D2D. Windows color (decimal): -16242757 or 12265224. OLE color: 12265224.

HSL color Cylindrical-coordinate representation of color #0827BB: hue angle of 229.61º 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 #0827BB is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 39 187 -
CMYK 0.96 0.79 0 0.27
HSL 229.61º 0.92% 0.38% -
HSV(B) 229.61º 0.96% 0.73% -
XYZ 9.8 5.09 47.48 -
YUV 46.6 207.23 100.47 -
System Red Green Blue C M Y K H S L
Decimal 8 39 187 0.96 0.79 0 0.27 229.61 0.92 0.38
Hex 8 27 BB 60 4F 0 1B E6 5C 26
Octal 10 47 273 140 117 0 33 346 134 46
Binary 1000 100111 10111011 1100000 1001111 0 11011 11100110 1011100 100110

Color Harmonies of #0827BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0827BB

Black with #0827BB

Text Example


Text Example

White with #0827BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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