Html Css Color HEX #082CB0 International Klein Blue

📋 copy color: '#082CB0'

red 8 ◦ green 44 ◦ blue 176

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

Shades of International Klein Blue #082CB0

Tints of International Klein Blue #082CB0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.3%

 BLUE value IS 176 (69.14% from 255) = 77.19%

R = 3.51%
G = 19.3%
B = 77.19%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#082CB0 (or 0x082CB0) is known color: International Klein Blue. HEX triplet: 08, 2C and B0. RGB value is (8,44,176). Sum of RGB (Red+Green+Blue) = 8+44+176=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 176 (69.14% from 255 or 77.19% from 228); Max value from RGB is 176 - color contains mainly: blue. Hex color #082CB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082CB0 is #F7D34F. Grayscale: #2F2F2F. Windows color (decimal): -16241488 or 11545608. OLE color: 11545608.

HSL color Cylindrical-coordinate representation of color #082CB0: hue angle of 227.14º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082CB0 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 8 44 176 -
CMYK 0.95 0.75 0 0.31
HSL 227.14º 0.91% 0.36% -
HSV(B) 227.14º 0.95% 0.69% -
XYZ 8.84 4.99 41.57 -
YUV 48.28 200.07 99.27 -
System Red Green Blue C M Y K H S L
Decimal 8 44 176 0.95 0.75 0 0.31 227.14 0.91 0.36
Hex 8 2C B0 5F 4B 0 1F E3 5B 24
Octal 10 54 260 137 113 0 37 343 133 44
Binary 1000 101100 10110000 1011111 1001011 0 11111 11100011 1011011 100100

Color Harmonies of #082CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082CB0

Black with #082CB0

Text Example


Text Example

White with #082CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082CB0; }

 p { color: rgb(8,44,176); }

 H1.HeaderClassName
 {
   color: #082CB0;
 }
 .AnyTagClassName
 {
   color: #082CB0;
 }
</style>

background-color css

<style>
 a { background-color: #082CB0; }

 a { background-color: rgb(8,44,176); }

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

border-color css

<style>
 span { border-color: #082CB0; }

 span { border-color: rgb(8,44,176); }

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