Html Css Color HEX #082F9F International Klein Blue

📋 copy color: '#082F9F'

red 8 ◦ green 47 ◦ blue 159

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

Shades of International Klein Blue #082F9F

Tints of International Klein Blue #082F9F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.96%

 BLUE value IS 159 (62.5% from 255) = 74.3%

R = 3.74%
G = 21.96%
B = 74.3%

CMYK

 C value IS 0.95

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#082F9F (or 0x082F9F) is known color: International Klein Blue. HEX triplet: 08, 2F and 9F. RGB value is (8,47,159). Sum of RGB (Red+Green+Blue) = 8+47+159=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 159 (62.5% from 255 or 74.30% from 214); Max value from RGB is 159 - color contains mainly: blue. Hex color #082F9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082F9F is #F7D060. Grayscale: #2F2F2F. Windows color (decimal): -16240737 or 10432264. OLE color: 10432264.

HSL color Cylindrical-coordinate representation of color #082F9F: hue angle of 224.5º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082F9F is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 47 159 -
CMYK 0.95 0.70 0 0.38
HSL 224.5º 0.9% 0.33% -
HSV(B) 224.5º 0.95% 0.62% -
XYZ 7.37 4.59 33.3 -
YUV 48.11 190.58 99.39 -
System Red Green Blue C M Y K H S L
Decimal 8 47 159 0.95 0.70 0 0.38 224.5 0.9 0.33
Hex 8 2F 9F 5F 46 0 26 E1 5A 21
Octal 10 57 237 137 106 0 46 341 132 41
Binary 1000 101111 10011111 1011111 1000110 0 100110 11100001 1011010 100001

Color Harmonies of #082F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082F9F

Black with #082F9F

Text Example


Text Example

White with #082F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,47,159); }

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

background-color css

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

 a { background-color: rgb(8,47,159); }

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

border-color css

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

 span { border-color: rgb(8,47,159); }

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