Html Css Color HEX #081BAE International Klein Blue

📋 copy color: '#081BAE'

red 8 ◦ green 27 ◦ blue 174

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

Shades of International Klein Blue #081BAE

Tints of International Klein Blue #081BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 83.25%

R = 3.83%
G = 12.92%
B = 83.25%

CMYK

 C value IS 0.95

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#081BAE (or 0x081BAE) is known color: International Klein Blue. HEX triplet: 08, 1B and AE. RGB value is (8,27,174). Sum of RGB (Red+Green+Blue) = 8+27+174=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 27 (10.94% from 255 or 12.92% from 209); Blue value is 174 (68.36% from 255 or 83.25% from 209); Max value from RGB is 174 - color contains mainly: blue. Hex color #081BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081BAE is #F7E451. Grayscale: #252525. Windows color (decimal): -16245842 or 11410184. OLE color: 11410184.

HSL color Cylindrical-coordinate representation of color #081BAE: hue angle of 233.13º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #081BAE is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 8 27 174 -
CMYK 0.95 0.84 0 0.32
HSL 233.13º 0.91% 0.36% -
HSV(B) 233.13º 0.95% 0.68% -
XYZ 8.13 3.89 40.37 -
YUV 38.08 204.71 106.55 -
System Red Green Blue C M Y K H S L
Decimal 8 27 174 0.95 0.84 0 0.32 233.13 0.91 0.36
Hex 8 1B AE 5F 54 0 20 E9 5B 24
Octal 10 33 256 137 124 0 40 351 133 44
Binary 1000 11011 10101110 1011111 1010100 0 100000 11101001 1011011 100100

Color Harmonies of #081BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081BAE

Black with #081BAE

Text Example


Text Example

White with #081BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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