Html Css Color HEX #061BA5 International Klein Blue

📋 copy color: '#061BA5'

red 6 ◦ green 27 ◦ blue 165

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

Shades of International Klein Blue #061BA5

Tints of International Klein Blue #061BA5

RGB

 RED value IS 6 (2.73% from 255) = 3.03%

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

 BLUE value IS 165 (64.84% from 255) = 83.33%

R = 3.03%
G = 13.64%
B = 83.33%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#061BA5 (or 0x061BA5) is known color: International Klein Blue. HEX triplet: 06, 1B and A5. RGB value is (6,27,165). Sum of RGB (Red+Green+Blue) = 6+27+165=198 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.03% from 198); Green value is 27 (10.94% from 255 or 13.64% from 198); Blue value is 165 (64.84% from 255 or 83.33% from 198); Max value from RGB is 165 - color contains mainly: blue. Hex color #061BA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061BA5 is #F9E45A. Grayscale: #232323. Windows color (decimal): -16376923 or 10820358. OLE color: 10820358.

HSL color Cylindrical-coordinate representation of color #061BA5: hue angle of 232.08º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061BA5 is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 6 27 165 -
CMYK 0.96 0.84 0 0.35
HSL 232.08º 0.93% 0.34% -
HSV(B) 232.08º 0.96% 0.65% -
XYZ 7.26 3.54 35.9 -
YUV 36.45 200.54 106.28 -
System Red Green Blue C M Y K H S L
Decimal 6 27 165 0.96 0.84 0 0.35 232.08 0.93 0.34
Hex 6 1B A5 60 54 0 23 E8 5D 22
Octal 6 33 245 140 124 0 43 350 135 42
Binary 110 11011 10100101 1100000 1010100 0 100011 11101000 1011101 100010

Color Harmonies of #061BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061BA5

Black with #061BA5

Text Example


Text Example

White with #061BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061BA5; }

 p { color: rgb(6,27,165); }

 H1.HeaderClassName
 {
   color: #061BA5;
 }
 .AnyTagClassName
 {
   color: #061BA5;
 }
</style>

background-color css

<style>
 a { background-color: #061BA5; }

 a { background-color: rgb(6,27,165); }

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

border-color css

<style>
 span { border-color: #061BA5; }

 span { border-color: rgb(6,27,165); }

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