Html Css Color HEX #082CA4 International Klein Blue

📋 copy color: '#082CA4'

red 8 ◦ green 44 ◦ blue 164

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

Shades of International Klein Blue #082CA4

Tints of International Klein Blue #082CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 75.93%

R = 3.7%
G = 20.37%
B = 75.93%

CMYK

 C value IS 0.95

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#082CA4 (or 0x082CA4) is known color: International Klein Blue. HEX triplet: 08, 2C and A4. RGB value is (8,44,164). Sum of RGB (Red+Green+Blue) = 8+44+164=216 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.70% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 164 (64.45% from 255 or 75.93% from 216); Max value from RGB is 164 - color contains mainly: blue. Hex color #082CA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082CA4 is #F7D35B. Grayscale: #2E2E2E. Windows color (decimal): -16241500 or 10759176. OLE color: 10759176.

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

Color convert

RGB 8 44 164 -
CMYK 0.95 0.73 0 0.36
HSL 226.15º 0.91% 0.34% -
HSV(B) 226.15º 0.95% 0.64% -
XYZ 7.7 4.53 35.59 -
YUV 46.92 194.07 100.24 -
System Red Green Blue C M Y K H S L
Decimal 8 44 164 0.95 0.73 0 0.36 226.15 0.91 0.34
Hex 8 2C A4 5F 49 0 24 E2 5B 22
Octal 10 54 244 137 111 0 44 342 133 42
Binary 1000 101100 10100100 1011111 1001001 0 100100 11100010 1011011 100010

Color Harmonies of #082CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082CA4

Black with #082CA4

Text Example


Text Example

White with #082CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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