Html Css Color HEX #0634BB International Klein Blue

📋 copy color: '#0634BB'

red 6 ◦ green 52 ◦ blue 187

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

Shades of International Klein Blue #0634BB

Tints of International Klein Blue #0634BB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.22%

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

R = 2.45%
G = 21.22%
B = 76.33%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0634BB (or 0x0634BB) is known color: International Klein Blue. HEX triplet: 06, 34 and BB. RGB value is (6,52,187). Sum of RGB (Red+Green+Blue) = 6+52+187=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 187 (73.44% from 255 or 76.33% from 245); Max value from RGB is 187 - color contains mainly: blue. Hex color #0634BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0634BB is #F9CB44. Grayscale: #353535. Windows color (decimal): -16370501 or 12268550. OLE color: 12268550.

HSL color Cylindrical-coordinate representation of color #0634BB: hue angle of 224.75º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0634BB is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 52 187 -
CMYK 0.97 0.72 0 0.27
HSL 224.75º 0.94% 0.38% -
HSV(B) 224.75º 0.97% 0.73% -
XYZ 10.27 6.08 47.65 -
YUV 53.64 203.26 94.02 -
System Red Green Blue C M Y K H S L
Decimal 6 52 187 0.97 0.72 0 0.27 224.75 0.94 0.38
Hex 6 34 BB 61 48 0 1B E1 5E 26
Octal 6 64 273 141 110 0 33 341 136 46
Binary 110 110100 10111011 1100001 1001000 0 11011 11100001 1011110 100110

Color Harmonies of #0634BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0634BB

Black with #0634BB

Text Example


Text Example

White with #0634BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0634BB; }

 p { color: rgb(6,52,187); }

 H1.HeaderClassName
 {
   color: #0634BB;
 }
 .AnyTagClassName
 {
   color: #0634BB;
 }
</style>

background-color css

<style>
 a { background-color: #0634BB; }

 a { background-color: rgb(6,52,187); }

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

border-color css

<style>
 span { border-color: #0634BB; }

 span { border-color: rgb(6,52,187); }

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