Html Css Color HEX #0426BC International Klein Blue

📋 copy color: '#0426BC'

red 4 ◦ green 38 ◦ blue 188

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

Shades of International Klein Blue #0426BC

Tints of International Klein Blue #0426BC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.52%

 BLUE value IS 188 (73.83% from 255) = 81.74%

R = 1.74%
G = 16.52%
B = 81.74%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0426BC (or 0x0426BC) is known color: International Klein Blue. HEX triplet: 04, 26 and BC. RGB value is (4,38,188). Sum of RGB (Red+Green+Blue) = 4+38+188=230 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.74% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 188 (73.83% from 255 or 81.74% from 230); Max value from RGB is 188 - color contains mainly: blue. Hex color #0426BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0426BC is #FBD943. Grayscale: #2C2C2C. Windows color (decimal): -16505156 or 12330500. OLE color: 12330500.

HSL color Cylindrical-coordinate representation of color #0426BC: hue angle of 228.91º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0426BC is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 4 38 188 -
CMYK 0.98 0.80 0 0.26
HSL 228.91º 0.96% 0.38% -
HSV(B) 228.91º 0.98% 0.74% -
XYZ 9.82 5.04 48.03 -
YUV 44.93 208.74 98.8 -
System Red Green Blue C M Y K H S L
Decimal 4 38 188 0.98 0.80 0 0.26 228.91 0.96 0.38
Hex 4 26 BC 62 50 0 1A E5 60 26
Octal 4 46 274 142 120 0 32 345 140 46
Binary 100 100110 10111100 1100010 1010000 0 11010 11100101 1100000 100110

Color Harmonies of #0426BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0426BC

Black with #0426BC

Text Example


Text Example

White with #0426BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0426BC; }

 p { color: rgb(4,38,188); }

 H1.HeaderClassName
 {
   color: #0426BC;
 }
 .AnyTagClassName
 {
   color: #0426BC;
 }
</style>

background-color css

<style>
 a { background-color: #0426BC; }

 a { background-color: rgb(4,38,188); }

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

border-color css

<style>
 span { border-color: #0426BC; }

 span { border-color: rgb(4,38,188); }

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