Html Css Color HEX #031DBB International Klein Blue

📋 copy color: '#031DBB'

red 3 ◦ green 29 ◦ blue 187

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

Shades of International Klein Blue #031DBB

Tints of International Klein Blue #031DBB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.24%

 BLUE value IS 187 (73.44% from 255) = 85.39%

R = 1.37%
G = 13.24%
B = 85.39%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#031DBB (or 0x031DBB) is known color: International Klein Blue. HEX triplet: 03, 1D and BB. RGB value is (3,29,187). Sum of RGB (Red+Green+Blue) = 3+29+187=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 187 (73.44% from 255 or 85.39% from 219); Max value from RGB is 187 - color contains mainly: blue. Hex color #031DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031DBB is #FCE244. Grayscale: #262626. Windows color (decimal): -16572997 or 12262659. OLE color: 12262659.

HSL color Cylindrical-coordinate representation of color #031DBB: hue angle of 231.52º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031DBB is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 29 187 -
CMYK 0.98 0.84 0 0.27
HSL 231.52º 0.97% 0.37% -
HSV(B) 231.52º 0.98% 0.73% -
XYZ 9.45 4.49 47.38 -
YUV 39.24 211.39 102.15 -
System Red Green Blue C M Y K H S L
Decimal 3 29 187 0.98 0.84 0 0.27 231.52 0.97 0.37
Hex 3 1D BB 62 54 0 1B E8 61 25
Octal 3 35 273 142 124 0 33 350 141 45
Binary 11 11101 10111011 1100010 1010100 0 11011 11101000 1100001 100101

Color Harmonies of #031DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031DBB

Black with #031DBB

Text Example


Text Example

White with #031DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,29,187); }

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

background-color css

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

 a { background-color: rgb(3,29,187); }

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

border-color css

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

 span { border-color: rgb(3,29,187); }

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