Html Css Color HEX #0127BC International Klein Blue

📋 copy color: '#0127BC'

red 1 ◦ green 39 ◦ blue 188

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

Shades of International Klein Blue #0127BC

Tints of International Klein Blue #0127BC

RGB

 RED value IS 1 (0.78% from 255) = 0.44%

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

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

R = 0.44%
G = 17.11%
B = 82.46%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0127BC (or 0x0127BC) is known color: International Klein Blue. HEX triplet: 01, 27 and BC. RGB value is (1,39,188). Sum of RGB (Red+Green+Blue) = 1+39+188=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 188 (73.83% from 255 or 82.46% from 228); Max value from RGB is 188 - color contains mainly: blue. Hex color #0127BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0127BC is #FED843. Grayscale: #2B2B2B. Windows color (decimal): -16701508 or 12330753. OLE color: 12330753.

HSL color Cylindrical-coordinate representation of color #0127BC: hue angle of 227.81º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0127BC is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 1 39 188 -
CMYK 0.99 0.79 0 0.26
HSL 227.81º 0.99% 0.37% -
HSV(B) 227.81º 0.99% 0.74% -
XYZ 9.82 5.09 48.04 -
YUV 44.62 208.91 96.88 -
System Red Green Blue C M Y K H S L
Decimal 1 39 188 0.99 0.79 0 0.26 227.81 0.99 0.37
Hex 1 27 BC 63 4F 0 1A E4 63 25
Octal 1 47 274 143 117 0 32 344 143 45
Binary 1 100111 10111100 1100011 1001111 0 11010 11100100 1100011 100101

Color Harmonies of #0127BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0127BC

Black with #0127BC

Text Example


Text Example

White with #0127BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,39,188); }

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

background-color css

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

 a { background-color: rgb(1,39,188); }

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

border-color css

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

 span { border-color: rgb(1,39,188); }

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