Html Css Color HEX #061F9D International Klein Blue

📋 copy color: '#061F9D'

red 6 ◦ green 31 ◦ blue 157

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

Shades of International Klein Blue #061F9D

Tints of International Klein Blue #061F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 80.93%

R = 3.09%
G = 15.98%
B = 80.93%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#061F9D (or 0x061F9D) is known color: International Klein Blue. HEX triplet: 06, 1F and 9D. RGB value is (6,31,157). Sum of RGB (Red+Green+Blue) = 6+31+157=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 157 (61.72% from 255 or 80.93% from 194); Max value from RGB is 157 - color contains mainly: blue. Hex color #061F9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061F9D is #F9E062. Grayscale: #252525. Windows color (decimal): -16375907 or 10297094. OLE color: 10297094.

HSL color Cylindrical-coordinate representation of color #061F9D: hue angle of 230.07º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061F9D is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 31 157 -
CMYK 0.96 0.80 0 0.38
HSL 230.07º 0.93% 0.32% -
HSV(B) 230.07º 0.96% 0.62% -
XYZ 6.65 3.45 32.21 -
YUV 37.89 195.22 105.25 -
System Red Green Blue C M Y K H S L
Decimal 6 31 157 0.96 0.80 0 0.38 230.07 0.93 0.32
Hex 6 1F 9D 60 50 0 26 E6 5D 20
Octal 6 37 235 140 120 0 46 346 135 40
Binary 110 11111 10011101 1100000 1010000 0 100110 11100110 1011101 100000

Color Harmonies of #061F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061F9D

Black with #061F9D

Text Example


Text Example

White with #061F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,31,157); }

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

background-color css

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

 a { background-color: rgb(6,31,157); }

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

border-color css

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

 span { border-color: rgb(6,31,157); }

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