Html Css Color HEX #002FBE International Klein Blue

📋 copy color: '#002FBE'

red 0 ◦ green 47 ◦ blue 190

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

Shades of International Klein Blue #002FBE

Tints of International Klein Blue #002FBE

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 47 (18.75% from 255) = 19.83%

 BLUE value IS 190 (74.61% from 255) = 80.17%

R = 0%
G = 19.83%
B = 80.17%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#002FBE (or 0x002FBE) is known color: International Klein Blue. HEX triplet: 00, 2F and BE. RGB value is (0,47,190). Sum of RGB (Red+Green+Blue) = 0+47+190=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 190 (74.61% from 255 or 80.17% from 237); Max value from RGB is 190 - color contains mainly: blue. Hex color #002FBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002FBE is #FFD041. Grayscale: #303030. Windows color (decimal): -16764994 or 12463872. OLE color: 12463872.

HSL color Cylindrical-coordinate representation of color #002FBE: hue angle of 225.16º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002FBE is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 47 190 -
CMYK 1 0.75 0 0.25
HSL 225.16º 1% 0.37% -
HSV(B) 225.16º 1% 0.75% -
XYZ 10.31 5.75 49.28 -
YUV 49.25 207.43 92.87 -
System Red Green Blue C M Y K H S L
Decimal 0 47 190 1 0.75 0 0.25 225.16 1 0.37
Hex 0 2F BE 64 4B 0 19 E1 64 25
Octal 0 57 276 144 113 0 31 341 144 45
Binary 0 101111 10111110 1100100 1001011 0 11001 11100001 1100100 100101

Color Harmonies of #002FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002FBE

Black with #002FBE

Text Example


Text Example

White with #002FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002FBE; }

 p { color: rgb(0,47,190); }

 H1.HeaderClassName
 {
   color: #002FBE;
 }
 .AnyTagClassName
 {
   color: #002FBE;
 }
</style>

background-color css

<style>
 a { background-color: #002FBE; }

 a { background-color: rgb(0,47,190); }

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

border-color css

<style>
 span { border-color: #002FBE; }

 span { border-color: rgb(0,47,190); }

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