Html Css Color HEX #0427BB International Klein Blue

📋 copy color: '#0427BB'

red 4 ◦ green 39 ◦ blue 187

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

Shades of International Klein Blue #0427BB

Tints of International Klein Blue #0427BB

RGB

 RED value IS 4 (1.95% from 255) = 1.74%

 GREEN value IS 39 (15.63% from 255) = 16.96%

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

R = 1.74%
G = 16.96%
B = 81.3%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0427BB (or 0x0427BB) is known color: International Klein Blue. HEX triplet: 04, 27 and BB. RGB value is (4,39,187). Sum of RGB (Red+Green+Blue) = 4+39+187=230 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.74% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 187 (73.44% from 255 or 81.30% from 230); Max value from RGB is 187 - color contains mainly: blue. Hex color #0427BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0427BB is #FBD844. Grayscale: #2C2C2C. Windows color (decimal): -16504901 or 12265220. OLE color: 12265220.

HSL color Cylindrical-coordinate representation of color #0427BB: hue angle of 228.52º degrees, saturation: 0.96, 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 #0427BB is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 39 187 -
CMYK 0.98 0.79 0 0.27
HSL 228.52º 0.96% 0.37% -
HSV(B) 228.52º 0.98% 0.73% -
XYZ 9.75 5.06 47.48 -
YUV 45.41 207.9 98.47 -
System Red Green Blue C M Y K H S L
Decimal 4 39 187 0.98 0.79 0 0.27 228.52 0.96 0.37
Hex 4 27 BB 62 4F 0 1B E5 60 25
Octal 4 47 273 142 117 0 33 345 140 45
Binary 100 100111 10111011 1100010 1001111 0 11011 11100101 1100000 100101

Color Harmonies of #0427BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0427BB

Black with #0427BB

Text Example


Text Example

White with #0427BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,39,187); }

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

background-color css

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

 a { background-color: rgb(4,39,187); }

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

border-color css

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

 span { border-color: rgb(4,39,187); }

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