Html Css Color HEX #031CBF International Klein Blue

📋 copy color: '#031CBF'

red 3 ◦ green 28 ◦ blue 191

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

Shades of International Klein Blue #031CBF

Tints of International Klein Blue #031CBF

RGB

 RED value IS 3 (1.56% from 255) = 1.35%

 GREEN value IS 28 (11.33% from 255) = 12.61%

 BLUE value IS 191 (75% from 255) = 86.04%

R = 1.35%
G = 12.61%
B = 86.04%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#031CBF (or 0x031CBF) is known color: International Klein Blue. HEX triplet: 03, 1C and BF. RGB value is (3,28,191). Sum of RGB (Red+Green+Blue) = 3+28+191=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 191 (75% from 255 or 86.04% from 222); Max value from RGB is 191 - color contains mainly: blue. Hex color #031CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031CBF is #FCE340. Grayscale: #262626. Windows color (decimal): -16573249 or 12524547. OLE color: 12524547.

HSL color Cylindrical-coordinate representation of color #031CBF: hue angle of 232.02º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031CBF is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 28 191 -
CMYK 0.98 0.85 0 0.25
HSL 232.02º 0.97% 0.38% -
HSV(B) 232.02º 0.98% 0.75% -
XYZ 9.86 4.61 49.66 -
YUV 39.11 213.72 102.25 -
System Red Green Blue C M Y K H S L
Decimal 3 28 191 0.98 0.85 0 0.25 232.02 0.97 0.38
Hex 3 1C BF 62 55 0 19 E8 61 26
Octal 3 34 277 142 125 0 31 350 141 46
Binary 11 11100 10111111 1100010 1010101 0 11001 11101000 1100001 100110

Color Harmonies of #031CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031CBF

Black with #031CBF

Text Example


Text Example

White with #031CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031CBF; }

 p { color: rgb(3,28,191); }

 H1.HeaderClassName
 {
   color: #031CBF;
 }
 .AnyTagClassName
 {
   color: #031CBF;
 }
</style>

background-color css

<style>
 a { background-color: #031CBF; }

 a { background-color: rgb(3,28,191); }

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

border-color css

<style>
 span { border-color: #031CBF; }

 span { border-color: rgb(3,28,191); }

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