Html Css Color HEX #081FB3 International Klein Blue

📋 copy color: '#081FB3'

red 8 ◦ green 31 ◦ blue 179

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

Shades of International Klein Blue #081FB3

Tints of International Klein Blue #081FB3

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.22%

 BLUE value IS 179 (70.31% from 255) = 82.11%

R = 3.67%
G = 14.22%
B = 82.11%

CMYK

 C value IS 0.96

 M value IS 0.83

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#081FB3 (or 0x081FB3) is known color: International Klein Blue. HEX triplet: 08, 1F and B3. RGB value is (8,31,179). Sum of RGB (Red+Green+Blue) = 8+31+179=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 179 (70.31% from 255 or 82.11% from 218); Max value from RGB is 179 - color contains mainly: blue. Hex color #081FB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081FB3 is #F7E04C. Grayscale: #282828. Windows color (decimal): -16244813 or 11738888. OLE color: 11738888.

HSL color Cylindrical-coordinate representation of color #081FB3: hue angle of 231.93º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #081FB3 is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 8 31 179 -
CMYK 0.96 0.83 0 0.30
HSL 231.93º 0.91% 0.37% -
HSV(B) 231.93º 0.96% 0.7% -
XYZ 8.73 4.29 43.02 -
YUV 41 205.88 104.47 -
System Red Green Blue C M Y K H S L
Decimal 8 31 179 0.96 0.83 0 0.30 231.93 0.91 0.37
Hex 8 1F B3 60 53 0 1E E8 5B 25
Octal 10 37 263 140 123 0 36 350 133 45
Binary 1000 11111 10110011 1100000 1010011 0 11110 11101000 1011011 100101

Color Harmonies of #081FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081FB3

Black with #081FB3

Text Example


Text Example

White with #081FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081FB3; }

 p { color: rgb(8,31,179); }

 H1.HeaderClassName
 {
   color: #081FB3;
 }
 .AnyTagClassName
 {
   color: #081FB3;
 }
</style>

background-color css

<style>
 a { background-color: #081FB3; }

 a { background-color: rgb(8,31,179); }

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

border-color css

<style>
 span { border-color: #081FB3; }

 span { border-color: rgb(8,31,179); }

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