Html Css Color HEX #081BA3 International Klein Blue

📋 copy color: '#081BA3'

red 8 ◦ green 27 ◦ blue 163

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

Shades of International Klein Blue #081BA3

Tints of International Klein Blue #081BA3

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.64%

 BLUE value IS 163 (64.06% from 255) = 82.32%

R = 4.04%
G = 13.64%
B = 82.32%

CMYK

 C value IS 0.95

 M value IS 0.83

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#081BA3 (or 0x081BA3) is known color: International Klein Blue. HEX triplet: 08, 1B and A3. RGB value is (8,27,163). Sum of RGB (Red+Green+Blue) = 8+27+163=198 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.04% from 198); Green value is 27 (10.94% from 255 or 13.64% from 198); Blue value is 163 (64.06% from 255 or 82.32% from 198); Max value from RGB is 163 - color contains mainly: blue. Hex color #081BA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081BA3 is #F7E45C. Grayscale: #242424. Windows color (decimal): -16245853 or 10689288. OLE color: 10689288.

HSL color Cylindrical-coordinate representation of color #081BA3: hue angle of 232.65º 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 #081BA3 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 8 27 163 -
CMYK 0.95 0.83 0 0.36
HSL 232.65º 0.91% 0.34% -
HSV(B) 232.65º 0.95% 0.64% -
XYZ 7.1 3.48 34.95 -
YUV 36.82 199.21 107.44 -
System Red Green Blue C M Y K H S L
Decimal 8 27 163 0.95 0.83 0 0.36 232.65 0.91 0.34
Hex 8 1B A3 5F 53 0 24 E9 5B 22
Octal 10 33 243 137 123 0 44 351 133 42
Binary 1000 11011 10100011 1011111 1010011 0 100100 11101001 1011011 100010

Color Harmonies of #081BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081BA3

Black with #081BA3

Text Example


Text Example

White with #081BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,27,163); }

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

background-color css

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

 a { background-color: rgb(8,27,163); }

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

border-color css

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

 span { border-color: rgb(8,27,163); }

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