Html Css Color HEX #0631B3 International Klein Blue

📋 copy color: '#0631B3'

red 6 ◦ green 49 ◦ blue 179

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

Shades of International Klein Blue #0631B3

Tints of International Klein Blue #0631B3

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.94%

 BLUE value IS 179 (70.31% from 255) = 76.5%

R = 2.56%
G = 20.94%
B = 76.5%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0631B3 (or 0x0631B3) is known color: International Klein Blue. HEX triplet: 06, 31 and B3. RGB value is (6,49,179). Sum of RGB (Red+Green+Blue) = 6+49+179=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 179 (70.31% from 255 or 76.50% from 234); Max value from RGB is 179 - color contains mainly: blue. Hex color #0631B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0631B3 is #F9CE4C. Grayscale: #323232. Windows color (decimal): -16371277 or 11743494. OLE color: 11743494.

HSL color Cylindrical-coordinate representation of color #0631B3: hue angle of 225.09º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0631B3 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 6 49 179 -
CMYK 0.97 0.73 0 0.30
HSL 225.09º 0.94% 0.36% -
HSV(B) 225.09º 0.97% 0.7% -
XYZ 9.31 5.49 43.22 -
YUV 50.96 200.25 95.93 -
System Red Green Blue C M Y K H S L
Decimal 6 49 179 0.97 0.73 0 0.30 225.09 0.94 0.36
Hex 6 31 B3 61 49 0 1E E1 5E 24
Octal 6 61 263 141 111 0 36 341 136 44
Binary 110 110001 10110011 1100001 1001001 0 11110 11100001 1011110 100100

Color Harmonies of #0631B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0631B3

Black with #0631B3

Text Example


Text Example

White with #0631B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0631B3; }

 p { color: rgb(6,49,179); }

 H1.HeaderClassName
 {
   color: #0631B3;
 }
 .AnyTagClassName
 {
   color: #0631B3;
 }
</style>

background-color css

<style>
 a { background-color: #0631B3; }

 a { background-color: rgb(6,49,179); }

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

border-color css

<style>
 span { border-color: #0631B3; }

 span { border-color: rgb(6,49,179); }

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